diff --git a/keydb.conf b/keydb.conf index bf2bfd922..73907e6ce 100644 --- a/keydb.conf +++ b/keydb.conf @@ -1885,8 +1885,9 @@ jemalloc-bg-thread yes # The callback runs during key load to ping other servers and prevent timeouts. # It also updates load time estimates. # Change these values to run it more or less often. It will run when either condition is true. -# loading-process-events-interval-bytes 2097152 # Run when x bytes have been processed -# loading-process-events-interval-keys 8192 # Run when x keys have been loaded +# Either when x bytes have been processed, or when x keys have been loaded. +# loading-process-events-interval-bytes 2097152 +# loading-process-events-interval-keys 8192 # Avoid forwarding RREPLAY messages to other masters? # WARNING: This setting is dangerous! You must be certain all masters are connected to each