Skip to content

Commit

Permalink
Update hello_json.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai authored Apr 24, 2024
1 parent 6ed2de4 commit 9674c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_json/hello_json.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
}

0 comments on commit 9674c8f

Please sign in to comment.