diff --git a/server/core/config.c b/server/core/config.c index 6e6b517d9..f137fadb5 100644 --- a/server/core/config.c +++ b/server/core/config.c @@ -1383,7 +1383,7 @@ process_config_update(CONFIG_CONTEXT *context) if (connection_timeout) { - serviceSetTimeout(service, config_truth_value(connection_timeout)); + serviceSetTimeout(service, atoi(connection_timeout)); } if (strlen(max_connections))