Skip to content

Commit 0f7b57d

Browse files
committed
config: change RUScale default value from 5697.054498 to 1.40
Signed-off-by: disksing <i@disksing.com>
1 parent 77f0a1d commit 0f7b57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ type RUV2TiKVConfig struct {
145145
// Keep RUScale and the per-counter weights in sync with that fitting procedure when updating them.
146146
func DefaultRUV2TiKVConfig() RUV2TiKVConfig {
147147
return RUV2TiKVConfig{
148-
RUScale: 5697.054498,
148+
RUScale: 1.40,
149149

150150
TiKVKVEngineCacheMiss: 0.45975389,
151151
ResourceManagerWriteCntTiKV: 0.09642181,

0 commit comments

Comments
 (0)