We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f0a1d commit 0f7b57dCopy full SHA for 0f7b57d
config/client.go
@@ -145,7 +145,7 @@ type RUV2TiKVConfig struct {
145
// Keep RUScale and the per-counter weights in sync with that fitting procedure when updating them.
146
func DefaultRUV2TiKVConfig() RUV2TiKVConfig {
147
return RUV2TiKVConfig{
148
- RUScale: 5697.054498,
+ RUScale: 1.40,
149
150
TiKVKVEngineCacheMiss: 0.45975389,
151
ResourceManagerWriteCntTiKV: 0.09642181,
0 commit comments