fix: Give more threads to ardb
parent
dd1e3ea447
commit
8ccaae8194
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue