Skip to content

Commit f15a925

Browse files
committed
Bump web io timeout
1 parent 63eed14 commit f15a925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/server/webserver/webserver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ func Start(webListener net.Listener, connectBackAddress, projRoot, dataDir strin
3333
}
3434

3535
srv := &http.Server{
36-
ReadTimeout: 20 * time.Second,
37-
WriteTimeout: 20 * time.Second,
36+
ReadTimeout: 60 * time.Second,
37+
WriteTimeout: 60 * time.Second,
3838
Handler: buildAndServe(projRoot, connectBackAddress, validPlatforms, validArchs),
3939
}
4040

0 commit comments

Comments
 (0)