mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Configurable synchronous I/O timeout
This commit is contained in:
@ -871,6 +871,7 @@ void initServerConfig() {
|
||||
server.masterport = 6379;
|
||||
server.master = NULL;
|
||||
server.replstate = REDIS_REPL_NONE;
|
||||
server.repl_syncio_timeout = REDIS_REPL_SYNCIO_TIMEOUT;
|
||||
server.repl_serve_stale_data = 1;
|
||||
|
||||
/* Double constants initialization */
|
||||
|
Reference in New Issue
Block a user