mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-14 07:59:31 +01:00
increase TLS handshake timeout
This commit is contained in:
parent
080fef218f
commit
101dc6b0d9
@ -20,8 +20,8 @@ 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…
Reference in New Issue
Block a user