From 0267406356a351ec78dfb0f340d1e16508ad3313 Mon Sep 17 00:00:00 2001 From: Alexey Pozdnyakov Date: Tue, 5 Dec 2023 19:10:00 +0300 Subject: [PATCH] Sync .conf default with real config default See a0abc1eddd071f984950ad8918fad0259c495184 --- keydb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.