From d1ab4fcb89dcf73dd0670d44e8af75f86168c108 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 30 Apr 2019 14:31:47 +0300 Subject: [PATCH] MXS-2329 Fix missing duration type --- server/core/config.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/core/config.cc b/server/core/config.cc index 68691c104..587f2e86a 100644 --- a/server/core/config.cc +++ b/server/core/config.cc @@ -534,8 +534,9 @@ const MXS_MODULE_PARAM config_monitor_params[] = }, { CN_BACKEND_READ_TIMEOUT, - MXS_MODULE_PARAM_COUNT, - "1" + MXS_MODULE_PARAM_DURATION, + "1s", + MXS_MODULE_OPT_DURATION_S }, { CN_BACKEND_WRITE_TIMEOUT,