mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
checkTcpBacklogSetting() now called in Sentinel mode too.
This commit is contained in:
parent
3c8861a73a
commit
4bc42ca7f6
@ -3869,6 +3869,7 @@ int main(int argc, char **argv) {
|
||||
if (background || server.pidfile) createPidFile();
|
||||
redisSetProcTitle(argv[0]);
|
||||
redisAsciiArt();
|
||||
checkTcpBacklogSettings();
|
||||
|
||||
if (!server.sentinel_mode) {
|
||||
/* Things not needed when running in Sentinel mode. */
|
||||
@ -3876,7 +3877,6 @@ int main(int argc, char **argv) {
|
||||
#ifdef __linux__
|
||||
linuxMemoryWarnings();
|
||||
#endif
|
||||
checkTcpBacklogSettings();
|
||||
loadDataFromDisk();
|
||||
if (server.cluster_enabled) {
|
||||
if (verifyClusterConfigWithData() == C_ERR) {
|
||||
|
Loading…
Reference in New Issue
Block a user