Former-commit-id: 1c36b46cb4880a89c4d712215e40e3fb139dc757
This commit is contained in:
JohnSully 2019-02-23 01:33:27 -05:00 committed by GitHub
parent 88fe444538
commit 5f27820d5d

View File

@ -19,7 +19,7 @@ With new features comes new options:
**server-threads** *N*
The number of threads used to serve requests. This should be related to the number of queues available in your network hardware, *not* the number of cores on your machine. Because KeyDB uses spinlocks to reduce latency; making this too high will reduce performance. We recommend using 4 here. By default this is set to two.
The number of threads used to serve requests. This should be related to the number of queues available in your network hardware, *not* the number of cores on your machine. Because KeyDB uses spinlocks to reduce latency; making this too high will reduce performance. We recommend using 4 here. By default this is set to one.
**scratch-file-path** *path*