Lower autopurge interval to 1 hour

This commit is contained in:
Joshua Boniface 2021-07-20 13:57:59 -04:00 committed by Joshua Boniface
parent 13dd41bb3e
commit 9e42e6ae88
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ snapCount=10000
snapSizeLimitInKb=2097152
# Configure a max of 200 client connections
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.purgeInterval=4
autopurge.purgeInterval=1
# Listen on port 2181 on the cluster IP
clientPort=2181