added note about io-threads to keydb.conf

Former-commit-id: 0691a46669d6fbd7dd4a1962c7b1c1929c089b11
This commit is contained in:
christianEQ 2021-01-26 22:10:53 +00:00
parent 237f3e8524
commit 0312d89c7a

View File

@ -1815,6 +1815,8 @@ jemalloc-bg-thread yes
# Number of worker threads serving requests. This number should be related to the performance # Number of worker threads serving requests. This number should be related to the performance
# of your network hardware, not the number of cores on your machine. We don't recommend going # of your network hardware, not the number of cores on your machine. We don't recommend going
# above 4 at this time. By default this is set 1. # above 4 at this time. By default this is set 1.
#
# Note: KeyDB does not use io-threads, but io-threads is a config alias for server-threads
server-threads 2 server-threads 2
# Should KeyDB pin threads to CPUs? By default this is disabled, and KeyDB will not bind threads. # Should KeyDB pin threads to CPUs? By default this is disabled, and KeyDB will not bind threads.