fix: Give more threads to ardb

pull/12/head
Raphaël Vinot 2018-07-27 19:24:37 +02:00
parent dd1e3ea447
commit 8ccaae8194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ daemonize yes
pidfile ${ARDB_HOME}/ardb.pid pidfile ${ARDB_HOME}/ardb.pid
# The thread pool size for the corresponding all listen servers, -1 means current machine's cpu number # 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. #Accept connections on the specified host&port/unix socket, default is 0.0.0.0:16379.
#server[0].listen 0.0.0.0:16579 #server[0].listen 0.0.0.0:16579