]> git.pond.sub.org Git - empserver/blobdiff - src/server/shutdown.c
server: Grow small thread stacks from 50 KiB to 64 KiB
[empserver] / src / server / shutdown.c
index 77ca33983a1697e48c7c2c9ff3f7b06c5376a6f1..d7c6b708f1fed75f91346df0d99b48dd5216304d 100644 (file)
@@ -71,7 +71,7 @@ shutdown_initiate(int mins_from_now)
                    mins_from_now);
        empth_wakeup(shutdown_thread);
     } else {
-       shutdown_thread = empth_create(shutdown_sequence, 50 * 1024, 0,
+       shutdown_thread = empth_create(shutdown_sequence, 65536, 0,
                                       "shutdownSeq", NULL);
        if (!shutdown_thread) {
            shutdown_pending = 0;