From 01a0b0988644d24eec3d3ba303563b5a47cff5ad Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 5 Jan 2011 10:42:37 +0100 Subject: [PATCH] Remove glueoutputbuf from redis.conf --- redis.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/redis.conf b/redis.conf index 3efd1e59..7d34ae3a 100644 --- a/redis.conf +++ b/redis.conf @@ -365,11 +365,6 @@ vm-max-threads 4 ############################### 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