From b878f002e2f6e6ada6ff85f320a94908022a1dce Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 23 Feb 2026 10:21:43 +0100 Subject: reduced WaitForThreads time to see how it behaves with explicit thread pools --- src/zenserver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenserver/main.cpp') 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 -- cgit v1.2.3