small change

This commit is contained in:
alice
2026-07-27 06:15:31 +02:00
parent d91dc80333
commit 2e0c364ac8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ namespace http
{
while (!task->completed)
{
std::this_thread::sleep_for(1ms);
std::this_thread::sleep_for(10ms);
}
}