Merge branch '2.0' into develop-2.0-merge
This commit is contained in:
@ -1729,7 +1729,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))
|
||||
|
Reference in New Issue
Block a user