Remove glueoutputbuf option and broken code

This commit is contained in:
Pieter Noordhuis
2011-01-05 10:37:23 +01:00
parent 6eaad66373
commit a510cb0c03
4 changed files with 2 additions and 99 deletions

View File

@ -749,7 +749,6 @@ void initServerConfig() {
server.syslog_enabled = 0;
server.syslog_ident = zstrdup("redis");
server.syslog_facility = LOG_LOCAL0;
server.glueoutputbuf = 1;
server.daemonize = 0;
server.appendonly = 0;
server.appendfsync = APPENDFSYNC_EVERYSEC;