Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.

Commit b29916b

Browse files
committed
Increase readWait as temporary workaround until we properly ping clients
1 parent 9cc973c commit b29916b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const (
7474

7575
var (
7676
followKeepaliveInterval = 3 * time.Second
77-
readWait = 5 * time.Second
77+
readWait = 25 * time.Second
7878
writeWait = 5 * time.Second
7979
)
8080

0 commit comments

Comments
 (0)