mirror of https://github.com/tikv/client-rust.git
17 lines
315 B
TOML
17 lines
315 B
TOML
[coprocessor]
|
|
region-split-keys = 150
|
|
batch-split-limit = 100
|
|
|
|
[raftstore]
|
|
region-split-check-diff = "1B"
|
|
pd-heartbeat-tick-interval = "2s"
|
|
pd-store-heartbeat-tick-interval = "5s"
|
|
split-region-check-tick-interval = "1s"
|
|
raft-entry-max-size = "1MB"
|
|
|
|
[rocksdb]
|
|
max-open-files = 10000
|
|
|
|
[raftdb]
|
|
max-open-files = 10000
|