Skip to content

Commit

Permalink
Remove request timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 11, 2024
1 parent f5e2a08 commit 7d30ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.zig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub fn run(allocator: std.mem.Allocator, indexes: *MultiIndex, address: []const
.count = threads,
},
.timeout = .{
.request = 60,
.request = null,
.keepalive = 300,
},
.request = .{
Expand Down

0 comments on commit 7d30ba3

Please sign in to comment.