aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/network_thread.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network_thread.zig b/src/network_thread.zig
index 56ea6a698..907467037 100644
--- a/src/network_thread.zig
+++ b/src/network_thread.zig
@@ -238,7 +238,7 @@ pub fn init() !void {
@compileLog("TODO: Waker");
}
- global.thread = try std.Thread.spawn(.{ .stack_size = 64 * 1024 * 1024 }, onStartIOThread, .{
+ global.thread = try std.Thread.spawn(.{ .stack_size = 2 * 1024 * 1024 }, onStartIOThread, .{
global.waker,
});
global.thread.detach();