removed 'comment arguments' from config options (doesn't ignore inline comments)

Former-commit-id: 7cd4b5e11c9c92e88cb551f7d83efc668aa259c7
This commit is contained in:
christianEQ 2021-01-12 15:46:07 +00:00 committed by John Sully
parent 6f97805577
commit b113977e94

View File

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