1
0
Fork 0
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:
Rene Schallner 2024-04-24 02:11:28 +02:00 committed by GitHub
parent 6ed2de4634
commit 9674c8f87a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
});
}