Default values for MONITOR_INTERVAL

Default values for MONITOR_INTERVAL
This commit is contained in:
MassimilianoPinto
2014-05-26 14:15:51 +02:00
parent 60e06080ff
commit 0e510cfa4a
2 changed files with 6 additions and 3 deletions

View File

@ -360,6 +360,6 @@ MONITOR_SERVERS *ptr;
monitorDatabase(ptr, handle->defaultUser, handle->defaultPasswd);
ptr = ptr->next;
}
thread_millisleep(10000);
thread_millisleep(MONITOR_INTERVAL);
}
}