Skip to content

Commit

Permalink
make default queue size 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
VinozzZ committed Jan 21, 2025
1 parent e37a9c9 commit f08fdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/file_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit f08fdf0

Please sign in to comment.