set interval to correct integer

This commit is contained in:
lukas 2021-05-05 16:36:38 +02:00
parent ad452feca2
commit 891330825a

View File

@ -28,7 +28,7 @@ int main(int argc, char *argv[]) {
} }
} else if (firstarg == "-l" || firstarg == "--loop") { } else if (firstarg == "-l" || firstarg == "--loop") {
IPRefresher::startUpService(true); IPRefresher::startUpService(600);
} else if (firstarg == "-c" || firstarg == "--checkconfig") { } else if (firstarg == "-c" || firstarg == "--checkconfig") {
if (Config::validateConfig()) { if (Config::validateConfig()) {
Logger::message("Config file is OK"); Logger::message("Config file is OK");