Merge branch '2.2' into develop
This commit is contained in:
@ -2224,7 +2224,7 @@ handle_global_item(const char *name, const char *value)
|
||||
int intval = strtol(value, &endptr, 0);
|
||||
if (*endptr == '\0' && intval > 0)
|
||||
{
|
||||
gateway.query_retries = intval;
|
||||
gateway.query_retry_timeout = intval;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user