We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f519a08 + 4eb6516 commit 8f501caCopy full SHA for 8f501ca
pkg/kv/kvserver/replica_split_load.go
@@ -74,7 +74,7 @@ var SplitSampleResetDuration = settings.RegisterDurationSetting(
74
"the duration after which the load based split sampler will reset its state, "+
75
"regardless of any split suggestions made, when zero, the sampler will "+
76
"never reset",
77
- 0, /* disabled */
+ 30*time.Minute, // a multiple of the default scan interval of 10m
78
settings.DurationWithMinimumOrZeroDisable(10*time.Second),
79
)
80
0 commit comments