From: Pieter Noordhuis Date: Wed, 5 Jan 2011 09:42:37 +0000 (+0100) Subject: Remove glueoutputbuf from redis.conf X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/a2b33f2f93dda5e812d558f13104ec4cf72ed9fe?hp=a510cb0c03eac3e3222641860f6dd84bb495c431 Remove glueoutputbuf from redis.conf --- diff --git a/redis.conf b/redis.conf index 3425a59c..150eb690 100644 --- a/redis.conf +++ b/redis.conf @@ -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