Skip to content

Commit db1b747

Browse files
committed
timeout 2s => 5s
1 parent cdc0ea4 commit db1b747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {
1616
app.use(handler: app.before_request)
1717
// vweb.run_at(new_app()!, http_port)
1818

19-
veb.run_at[App, Context](mut app, port: http_port, family: .ip, timeout_in_seconds: 2) or {
19+
veb.run_at[App, Context](mut app, port: http_port, family: .ip, timeout_in_seconds: 5) or {
2020
panic(err)
2121
}
2222
}

0 commit comments

Comments
 (0)