mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 08:51:33 +00:00
Make replication faster (biggest gain for small number of slaves)
This commit is contained in:
@ -40,7 +40,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