Add DUPLICATE_TIMEFRAME field to ConfigMap (#1561)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
M. Mert Yildiran
2024-07-17 08:01:26 +03:00
committed by GitHub
parent a16f818bdf
commit 01656b6c78
4 changed files with 4 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ type MiscConfig struct {
TcpStreamChannelTimeoutShow bool `yaml:"tcpStreamChannelTimeoutShow" json:"tcpStreamChannelTimeoutShow" default:"false"`
ResolutionStrategy string `yaml:"resolutionStrategy" json:"resolutionStrategy" default:"auto"`
Profile bool `yaml:"profile" json:"profile" default:"false"`
DuplicateTimeframe string `yaml:"duplicateTimeframe" json:"duplicateTimeframe" default:"200ms"`
}
type TapConfig struct {