mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Make replication faster (biggest gain for small number of slaves)
This commit is contained in:
committed by
antirez
parent
615e414c5d
commit
632e4c09ac
@ -41,7 +41,6 @@
|
||||
#define REDIS_MAXIDLETIME (60*5) /* default client timeout */
|
||||
#define REDIS_IOBUF_LEN 1024
|
||||
#define REDIS_LOADBUF_LEN 1024
|
||||
#define REDIS_STATIC_ARGS 8
|
||||
#define REDIS_DEFAULT_DBNUM 16
|
||||
#define REDIS_CONFIGLINE_MAX 1024
|
||||
#define REDIS_MAX_SYNC_TIME 60 /* Slave can't take more to sync */
|
||||
|
Reference in New Issue
Block a user