From 3f7091c07532a6bd36e19fca74872f53f52ad54c Mon Sep 17 00:00:00 2001 From: JohnSully Date: Tue, 26 Feb 2019 15:16:46 -0500 Subject: [PATCH] Update README.md Former-commit-id: 141557963e8d660072563bcb50c9b110a6e613fe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 280e94c09..b29396002 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ New Configuration Options With new features comes new options: server-threads N + server-thread-affinity [true/false] 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.