Searched refs:CONFIG_DEFAULT_MIN_SLAVES_TO_WRITE (Results 1 – 3 of 3) sorted by relevance
150 #define CONFIG_DEFAULT_MIN_SLAVES_TO_WRITE 0 macro
2161 …(state,"min-replicas-to-write",server.repl_min_slaves_to_write,CONFIG_DEFAULT_MIN_SLAVES_TO_WRITE);
1669 server.repl_min_slaves_to_write = CONFIG_DEFAULT_MIN_SLAVES_TO_WRITE; in initServerConfig()