mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Remove glueoutputbuf option and broken code
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user