diff --git a/config/file_config.go b/config/file_config.go index 60153865e3..1213642f5c 100644 --- a/config/file_config.go +++ b/config/file_config.go @@ -402,7 +402,7 @@ type GRPCServerParameters struct { type SampleCacheConfig struct { KeptSize uint `yaml:"KeptSize" default:"10_000"` DroppedSize uint `yaml:"DroppedSize" default:"1_000_000"` - DroppedQueueSize uint `yaml:"DroppedQueueSize" default: "1000"` + DroppedQueueSize uint `yaml:"DroppedQueueSize" default: "10000"` SizeCheckInterval Duration `yaml:"SizeCheckInterval" default:"10s"` }