MXS-2329 Use durations with max_retry_interval

This commit is contained in:
Johan Wikman
2019-04-29 12:16:46 +03:00
parent 75fbcc9393
commit 93e130bb48
3 changed files with 10 additions and 3 deletions

View File

@ -334,8 +334,9 @@ const MXS_MODULE_PARAM config_service_params[] =
},
{
CN_MAX_RETRY_INTERVAL,
MXS_MODULE_PARAM_COUNT,
"3600"
MXS_MODULE_PARAM_DURATION,
"3600s",
MXS_MODULE_OPT_DURATION_S
},
{
CN_MAX_CONNECTIONS,