mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
Update hello_json.zig
This commit is contained in:
parent
6ed2de4634
commit
9674c8f87a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue