statusip: Update every 10 minutes.

This commit is contained in:
tastytea 2021-08-24 16:35:11 +02:00
parent 54381155cc
commit 50d30eeaaa
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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)