diff options
Diffstat (limited to 'src/zenserver')
| -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 |