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,8 +20,8 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
handshakeTimeout, _ = time.ParseDuration("5s")
|
||||
errSendQExceeded = errors.New("SendQ exceeded")
|
||||
handshakeTimeout = RegisterTimeout
|
||||
errSendQExceeded = errors.New("SendQ exceeded")
|
||||
|
||||
sendQExceededMessage = []byte("\r\nERROR :SendQ Exceeded\r\n")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue