]> git.saurik.com Git - redis.git/commitdiff
Remove glueoutputbuf from redis.conf
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 5 Jan 2011 09:42:37 +0000 (10:42 +0100)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 5 Jan 2011 09:42:37 +0000 (10:42 +0100)
redis.conf

index 3425a59cdc87c90122b1402a762f53f5f0191a89..150eb6907b64fc6f286c0182798a7482a6c59ac4 100644 (file)
@@ -319,11 +319,6 @@ cache-flush-delay 0
 
 ############################### ADVANCED CONFIG ###############################
 
-# Glue small output buffers together in order to send small replies in a
-# single TCP packet. Uses a bit more CPU but most of the times it is a win
-# in terms of number of queries per second. Use 'yes' if unsure.
-glueoutputbuf yes
-
 # Hashes are encoded in a special way (much more memory efficient) when they
 # have at max a given numer of elements, and the biggest element does not
 # exceed a given threshold. You can configure this limits with the following