X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/1949659f831eb3dbfd933812d954a7611b391c1e..0fd1cedaf374bd51b529f30a333a47547326d8b9:/projects/sgauthstress/main.cpp

diff --git a/projects/sgauthstress/main.cpp b/projects/sgauthstress/main.cpp
index 2388254d..b0819c3c 100644
--- a/projects/sgauthstress/main.cpp
+++ b/projects/sgauthstress/main.cpp
@@ -157,7 +157,8 @@ std::cout << "Successfully loaded " << proto.UserCount() << " users" << std::end
 running = true;
 while (running)
     {
-    usleep(200000);
+    struct timespec ts = {0, 200000000};
+    nanosleep(&ts, NULL);
     }
 
 proto.Stop();