Skip to content
Snippets Groups Projects
Commit c37e7e25 authored by capossele's avatar capossele
Browse files

:wrench: increase acceptTimeout

parent 17b58973
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ var (
// connection timeouts
const (
acceptTimeout = 250 * time.Millisecond
acceptTimeout = 1000 * time.Millisecond
handshakeTimeout = 500 * time.Millisecond
connectionTimeout = acceptTimeout + handshakeTimeout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment