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.
2 parents 046dca3 + 9e6f64f commit 72022ebCopy full SHA for 72022eb
server/server.go
@@ -94,7 +94,7 @@ func StartServer(port, endpoint string) {
94
dockerClient: client,
95
lainletClient: lainlet.New(net.JoinHostPort("lainlet.lain", os.Getenv("LAINLET_PORT"))),
96
httpClient: &http.Client{
97
- Timeout: 4 * time.Second,
+ Timeout: 10 * time.Second,
98
},
99
}
100
break
0 commit comments