diff --git a/keydb.conf b/keydb.conf index 02e97d4be..96f1eaabb 100644 --- a/keydb.conf +++ b/keydb.conf @@ -2023,7 +2023,7 @@ jemalloc-bg-thread yes # The minimum number of clients on a thread before KeyDB assigns new connections to a different thread # Tuning this parameter is a tradeoff between locking overhead and distributing the workload over multiple cores -# min-clients-per-thread 50 +# min-clients-per-thread 20 # How often to run RDB load progress callback? # The callback runs during key load to ping other servers and prevent timeouts.