mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +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
|
// start worker threads
|
||||||
zap.start(.{
|
zap.start(.{
|
||||||
.threads = 2,
|
.threads = 2,
|
||||||
.workers = 2,
|
.workers = 1, // user map cannot be shared among multiple worker processes
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue