From b113977e94c2ebfd6b6e31ea62207dcee00a25e1 Mon Sep 17 00:00:00 2001 From: christianEQ Date: Tue, 12 Jan 2021 15:46:07 +0000 Subject: [PATCH] removed 'comment arguments' from config options (doesn't ignore inline comments) Former-commit-id: 7cd4b5e11c9c92e88cb551f7d83efc668aa259c7 --- keydb.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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