Skip to content

Commit b6dee9f

Browse files
committed
tests: remove (long deprecated) glueoutputbuf option from redis-test.conf
this option was removed completely starting redis 2.6
1 parent ba9778a commit b6dee9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/redis-test.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ databases 16
112112
# Glue small output buffers together in order to send small replies in a
113113
# single TCP packet. Uses a bit more CPU but most of the times it is a win
114114
# in terms of number of queries per second. Use 'yes' if unsure.
115-
glueoutputbuf yes
115+
# glueoutputbuf yes

0 commit comments

Comments
 (0)