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.
1 parent c8b6470 commit fefbcd1Copy full SHA for fefbcd1
pkg/kv/kvserver/asim/config/settings.go
@@ -13,7 +13,7 @@ const (
13
defaultReplicaChangeBaseDelay = 100 * time.Millisecond
14
defaultRebalancingSnapshotRate = 32 << 20 // 32MiB/s
15
defaultSplitQueueDelay = 100 * time.Millisecond
16
- defaultRangeSizeSplitThreshold = 512 * 1024 * 1024 // 512mb
+ defaultRangeSizeSplitThreshold = 512 << 20 // 512MiB
17
defaultRangeRebalanceThreshold = 0.05
18
defaultPacerLoopInterval = 10 * time.Minute
19
defaultPacerMinIterInterval = 10 * time.Millisecond
0 commit comments