diff --git a/src/main.cpp b/src/main.cpp index 8e55acd..1bcd13b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) { } } else if (firstarg == "-l" || firstarg == "--loop") { - IPRefresher::startUpService(true); + IPRefresher::startUpService(600); } else if (firstarg == "-c" || firstarg == "--checkconfig") { if (Config::validateConfig()) { Logger::message("Config file is OK");