We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc0ea4 commit db1b747Copy full SHA for db1b747
src/main.v
@@ -16,7 +16,7 @@ fn main() {
16
app.use(handler: app.before_request)
17
// vweb.run_at(new_app()!, http_port)
18
19
- veb.run_at[App, Context](mut app, port: http_port, family: .ip, timeout_in_seconds: 2) or {
+ veb.run_at[App, Context](mut app, port: http_port, family: .ip, timeout_in_seconds: 5) or {
20
panic(err)
21
}
22
0 commit comments