Home
last modified time | relevance | path

Searched refs:CONFIG_REPL_BACKLOG_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c97 if (newsize < CONFIG_REPL_BACKLOG_MIN_SIZE) in resizeReplicationBacklog()
98 newsize = CONFIG_REPL_BACKLOG_MIN_SIZE; in resizeReplicationBacklog()
H A Dserver.h113 #define CONFIG_REPL_BACKLOG_MIN_SIZE (1024*16) /* 16k */ macro