From 5f27820d5df0d3823c8052a37720ee0fa685af02 Mon Sep 17 00:00:00 2001 From: JohnSully Date: Sat, 23 Feb 2019 01:33:27 -0500 Subject: [PATCH] type Former-commit-id: 1c36b46cb4880a89c4d712215e40e3fb139dc757 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec0250791..e5211eca2 100644 --- a/README.md +++ b/README.md @@ -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*