mirror of https://github.com/tikv/client-java.git
parent
f33d29b5e2
commit
fe3bfd2c80
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[raftstore]
|
[raftstore]
|
||||||
# set store capacity, if no set, use disk capacity.
|
# set store capacity, if no set, use disk capacity.
|
||||||
capacity = "8G"
|
capacity = "6G"
|
||||||
pd-heartbeat-tick-interval = "2s"
|
pd-heartbeat-tick-interval = "2s"
|
||||||
pd-store-heartbeat-tick-interval = "5s"
|
pd-store-heartbeat-tick-interval = "5s"
|
||||||
split-region-check-tick-interval = "1s"
|
split-region-check-tick-interval = "1s"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[raftstore]
|
[raftstore]
|
||||||
# set store capacity, if no set, use disk capacity.
|
# set store capacity, if no set, use disk capacity.
|
||||||
capacity = "8G"
|
capacity = "6G"
|
||||||
pd-heartbeat-tick-interval = "2s"
|
pd-heartbeat-tick-interval = "2s"
|
||||||
pd-store-heartbeat-tick-interval = "5s"
|
pd-store-heartbeat-tick-interval = "5s"
|
||||||
split-region-check-tick-interval = "1s"
|
split-region-check-tick-interval = "1s"
|
||||||
|
|
Loading…
Reference in New Issue