aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/main.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-02-23 10:21:43 +0100
committerStefan Boberg <[email protected]>2026-02-23 10:21:43 +0100
commitb878f002e2f6e6ada6ff85f320a94908022a1dce (patch)
treeb89efc1aea22e6dea32f93a4cac85651cad77f0d /src/zenserver/main.cpp
parentadded logging of zenserver child process startup/shutdown timings (diff)
downloadzen-sb/threadpool.tar.xz
zen-sb/threadpool.zip
reduced WaitForThreads time to see how it behaves with explicit thread poolssb/threadpool
Diffstat (limited to 'src/zenserver/main.cpp')
-rw-r--r--src/zenserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp
index ee783d2a6..f528c706a 100644
--- a/src/zenserver/main.cpp
+++ b/src/zenserver/main.cpp
@@ -275,7 +275,7 @@ main(int argc, char* argv[])
//
// This isn't a great solution, but for now it seems to help reduce
// shutdown crashes observed in some situations.
- WaitForThreads(1000);
+ WaitForThreads(10);
});
enum