From 8ccaae8194ff15f74b15bc2a1800035ae7e870f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 27 Jul 2018 19:24:37 +0200 Subject: [PATCH] fix: Give more threads to ardb --- storage/ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/ardb.conf b/storage/ardb.conf index 435354b..99b055e 100644 --- a/storage/ardb.conf +++ b/storage/ardb.conf @@ -23,7 +23,7 @@ daemonize yes pidfile ${ARDB_HOME}/ardb.pid # The thread pool size for the corresponding all listen servers, -1 means current machine's cpu number -thread-pool-size 4 +thread-pool-size -1 #Accept connections on the specified host&port/unix socket, default is 0.0.0.0:16379. #server[0].listen 0.0.0.0:16579