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
parent 6ac57f16cb
commit afc151d3ba
2 changed files with 6 additions and 36 deletions

View File

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