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 6d91b8f commit 55ce794Copy full SHA for 55ce794
server/server.go
@@ -22,7 +22,7 @@ import (
22
var (
23
MAX_SIZE uint64
24
25
- TIMEOUT = 10 * time.Second
+ TIMEOUT = 600 * time.Second
26
)
27
28
0 commit comments