spec/redis-test.conf in resque-pause-0.0.4 vs spec/redis-test.conf in resque-pause-0.1.0

- old
+ new

@@ -4,11 +4,11 @@ # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. daemonize yes # When run as a daemon, Redis write a pid file in /var/run/redis.pid by default. # You can specify a custom pid file location here. -pidfile ./spec/redis-test.pid +pidfile redis-test.pid # Accept connections on the specified port, default is 6379 port 9736 # If you want you can bind a single interface, if the bind option is not @@ -104,12 +104,5 @@ # it is going to use too much memory in the long run, and you'll have the time # to upgrade. With maxmemory after the limit is reached you'll start to get # errors for write operations, and this may even lead to DB inconsistency. # maxmemory <bytes> - -############################### 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