Lower autopurge interval to 1 hour

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:26 -04:00
parent 524f857f56
commit eaea860b61
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