Lower autopurge interval to 1 hour
This commit is contained in:
parent
13dd41bb3e
commit
9e42e6ae88
|
@ -15,9 +15,9 @@ snapCount=10000
|
||||||
snapSizeLimitInKb=2097152
|
snapSizeLimitInKb=2097152
|
||||||
# Configure a max of 200 client connections
|
# Configure a max of 200 client connections
|
||||||
maxClientCnxns=200
|
maxClientCnxns=200
|
||||||
# Auto purge: keep 3 snapshots and evaluate every 4 hours
|
# Auto purge: keep 3 snapshots and evaluate every hours
|
||||||
autopurge.snapRetainCount=3
|
autopurge.snapRetainCount=3
|
||||||
autopurge.purgeInterval=4
|
autopurge.purgeInterval=1
|
||||||
|
|
||||||
# Listen on port 2181 on the cluster IP
|
# Listen on port 2181 on the cluster IP
|
||||||
clientPort=2181
|
clientPort=2181
|
||||||
|
|
Loading…
Reference in New Issue