Skip to content

Commit

Permalink
perf: Improved IO config
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 16, 2023
1 parent 7a3bc4b commit 85a39d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/io.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# threads, if you have a 8 cores, try to use 6 threads. In order to
# enable I/O threads use the following configuration directive:
#
io-threads 2
io-threads 1

#
# Setting io-threads to 1 will just use the main thread as usual.
Expand All @@ -33,7 +33,7 @@ io-threads 2
# protocol parsing using the following configuration directive, by setting
# it to yes:
#
io-threads-do-reads yes
io-threads-do-reads no

#
# Usually threading reads doesn't help much.
Expand Down

0 comments on commit 85a39d8

Please sign in to comment.