mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
increase TLS handshake timeout
This commit is contained in:
parent
080fef218f
commit
101dc6b0d9
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
handshakeTimeout, _ = time.ParseDuration("5s")
|
handshakeTimeout = RegisterTimeout
|
||||||
errSendQExceeded = errors.New("SendQ exceeded")
|
errSendQExceeded = errors.New("SendQ exceeded")
|
||||||
|
|
||||||
sendQExceededMessage = []byte("\r\nERROR :SendQ Exceeded\r\n")
|
sendQExceededMessage = []byte("\r\nERROR :SendQ Exceeded\r\n")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue