]> git.saurik.com Git - redis.git/blobdiff - redis.conf
useless debugging messages removed
[redis.git] / redis.conf
index b541cbe203351b8dd4093a292dd2f309dc356a2f..f675ac203143716e2c02a17467e9afa6bc175e0e 100644 (file)
@@ -222,6 +222,9 @@ vm-pages 104857600
 # number of threads can help with big objects even if they can't help with
 # I/O itself as the physical device may not be able to couple with many
 # reads/writes operations at the same time.
+#
+# The special value of 0 turn off threaded I/O and enables the blocking
+# Virtual Memory implementation.
 vm-max-threads 4
 
 ############################### ADVANCED CONFIG ###############################