diff --git a/server/core/config.cc b/server/core/config.cc index b2b8399f8..ff41c2875 100644 --- a/server/core/config.cc +++ b/server/core/config.cc @@ -1433,10 +1433,7 @@ handle_global_item(const char *name, const char *value) { if (strcmp(value, CN_AUTO) == 0) { - if ((gateway.n_threads = get_processor_count()) > 1) - { - gateway.n_threads--; - } + gateway.n_threads = get_processor_count(); } else {