Skip to content

Commit

Permalink
change default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
strokovok authored and spilin committed Jul 30, 2024
1 parent 3c68810 commit f6de7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/badger/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func defaultConfig() *Config {
ScanRangeThreshold: defaultLogScanRangeThreshold,
FilterTtlMinutes: defaultLogFilterTtlMinutes,
GcIntervalSeconds: defaultGcIntervalSeconds,
RecreateOnCorruption: true,
RecreateOnCorruption: false,
BadgerConfig: badgerOptions,
},
}
Expand Down

0 comments on commit f6de7f2

Please sign in to comment.