diff options
| author | Stefan Boberg <[email protected]> | 2026-02-23 10:21:43 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2026-02-23 10:21:43 +0100 |
| commit | b878f002e2f6e6ada6ff85f320a94908022a1dce (patch) | |
| tree | b89efc1aea22e6dea32f93a4cac85651cad77f0d | |
| parent | added logging of zenserver child process startup/shutdown timings (diff) | |
| download | zen-sb/threadpool.tar.xz zen-sb/threadpool.zip | |
reduced WaitForThreads time to see how it behaves with explicit thread poolssb/threadpool
| -rw-r--r-- | src/zenserver/main.cpp | 2 |
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 |