Skip to content

Commit

Permalink
revert this change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Reilly committed Dec 9, 2024
1 parent 57e5f59 commit fe90ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repository/buffer/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "time"
type ConfigFileBuffer struct {

// WaitForFlush is the time to wait for the buffer to flush used for backpressure on writers
WaitForFlush time.Duration `mapstructure:"waitForFlush" json:"waitForFlush,omitempty" default:"1"`
WaitForFlush time.Duration `mapstructure:"waitForFlush" json:"waitForFlush,omitempty" default:"1ms"`

// MaxConcurrent is the maximum number of concurrent flushes
MaxConcurrent int `mapstructure:"maxConcurrent" json:"maxConcurrent,omitempty" default:"50"`
Expand Down

0 comments on commit fe90ca3

Please sign in to comment.