diff --git a/main.cpp b/main.cpp index e77abc8..1166f46 100644 --- a/main.cpp +++ b/main.cpp @@ -13,7 +13,7 @@ int main(int argc, char* argv[]) { server.start(); while (!server.shouldStop()) { - sleep(1); + usleep(1'000'000); } server.stop();