statusip: Update every 10 minutes.
This commit is contained in:
parent
54381155cc
commit
50d30eeaaa
|
@ -147,7 +147,7 @@ int main(int argc, char *argv[])
|
|||
RestClient::disable();
|
||||
|
||||
std::cout << format_responses(ipv6, ipv4) << std::endl;
|
||||
std::this_thread::sleep_until(clock::now() + 30min);
|
||||
std::this_thread::sleep_until(clock::now() + 10min);
|
||||
}
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
|
|
Loading…
Reference in New Issue
Block a user