From ef971a34eb10ec20c006819997b9186a0ed0e9e0 Mon Sep 17 00:00:00 2001 From: Shivshankar Date: Sat, 12 Oct 2024 00:21:09 -0400 Subject: [PATCH] Correct the note details for deprecated config 'io-threads-do-reads' (#1150) Remove explicit reference to removal and just indicate to avoid using it. Signed-off-by: Shivshankar-Reddy --- valkey.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/valkey.conf b/valkey.conf index 07cd293a0..eabb5aa5d 100644 --- a/valkey.conf +++ b/valkey.conf @@ -1358,8 +1358,8 @@ lazyfree-lazy-user-flush yes # prefetch-batch-max-size 16 # # NOTE: -# 1. The 'io-threads-do-reads' config is deprecated and has no effect. -# It will be removed in the future. Please avoid using this option if possible. +# 1. The 'io-threads-do-reads' config is deprecated and has no effect. Please +# avoid using this config if possible. # # 2. If you want to test the server speedup using valkey-benchmark, make # sure you also run the benchmark itself in threaded mode, using the