Make replication faster (biggest gain for small number of slaves)

This commit is contained in:
Pieter Noordhuis
2011-05-29 17:55:13 -07:00
committed by antirez
parent 615e414c5d
commit 632e4c09ac
2 changed files with 6 additions and 36 deletions

View File

@ -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 */