From 9674c8f87ad0a47b1028eaa3727fe7cf76aa1e2a Mon Sep 17 00:00:00 2001 From: Rene Schallner <30892199+renerocksai@users.noreply.github.com> Date: Wed, 24 Apr 2024 02:11:28 +0200 Subject: [PATCH] Update hello_json.zig --- examples/hello_json/hello_json.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_json/hello_json.zig b/examples/hello_json/hello_json.zig index 3fbae48..9f26381 100644 --- a/examples/hello_json/hello_json.zig +++ b/examples/hello_json/hello_json.zig @@ -63,6 +63,6 @@ pub fn main() !void { // start worker threads zap.start(.{ .threads = 2, - .workers = 2, + .workers = 1, // user map cannot be shared among multiple worker processes }); }