Skip to content

Commit

Permalink
Merge "zookeeper - autopurge interval - active every 3/hrs"
Browse files Browse the repository at this point in the history
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Mar 4, 2024
2 parents be49c78 + 48a1f0d commit be374ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/static/zookeeper/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ZK_MAX_CLIENT_CNXNS=${ZK_MAX_CLIENT_CNXNS:-60}
ZK_MIN_SESSION_TIMEOUT=${ZK_MIN_SESSION_TIMEOUT:- $((ZK_TICK_TIME*2))}
ZK_MAX_SESSION_TIMEOUT=${ZK_MAX_SESSION_TIMEOUT:- $((ZK_TICK_TIME*20))}
ZK_SNAP_RETAIN_COUNT=${ZK_SNAP_RETAIN_COUNT:-3}
ZK_PURGE_INTERVAL=${ZK_PURGE_INTERVAL:-0}
ZK_PURGE_INTERVAL=${ZK_PURGE_INTERVAL:-3}
JMXPORT=1099
JMXSSL=false
JMXAUTH=false
Expand Down

0 comments on commit be374ed

Please sign in to comment.