Skip to content

Commit 7d30ba3

Browse files
committed
Remove request timeout
karlseguin/http.zig#82
1 parent f5e2a08 commit 7d30ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub fn run(allocator: std.mem.Allocator, indexes: *MultiIndex, address: []const
5656
.count = threads,
5757
},
5858
.timeout = .{
59-
.request = 60,
59+
.request = null,
6060
.keepalive = 300,
6161
},
6262
.request = .{

0 commit comments

Comments
 (0)