From b09730b4e21cf6b874ef4ef97e1577d7756208b2 Mon Sep 17 00:00:00 2001 From: Kajaruban Surendran Date: Tue, 1 Dec 2020 21:49:05 +0000 Subject: [PATCH] Addressing PR comments Former-commit-id: 63e5d00bdfdb054353c7f3fb7a5890d98e7a7f92 --- src/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.cpp b/src/config.cpp index e00fdf641..1e5774071 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -2273,8 +2273,8 @@ static int updateMaxclients(long long val, long long prev, const char **err) { } return 0; } - /* Change the SetSize for the current thread first. - * If any error, return the error message to the client, otherwise, continue to do the same for other threads */ + /* Change the SetSize for the current thread first. If any error, return the error message to the client, + * otherwise, continue to do the same for other threads */ if ((unsigned int) aeGetSetSize(aeGetCurrentEventLoop()) < g_pserver->maxclients + CONFIG_FDSET_INCR) {