MXS-2271 Move monitor interval to settings container
This commit is contained in:
@ -506,7 +506,7 @@ void ClustrixMonitor::initiate_delayed_http_check()
|
||||
{
|
||||
mxb_assert(m_delayed_http_check_id == 0);
|
||||
|
||||
long max_delay_ms = this->interval / 10;
|
||||
long max_delay_ms = m_settings.interval / 10;
|
||||
|
||||
long ms = m_http.wait_no_more_than();
|
||||
|
||||
|
Reference in New Issue
Block a user