From bc8ffd1878e79d3bdb497be223acbc90b74ddeb6 Mon Sep 17 00:00:00 2001 From: matst80 Date: Thu, 21 Nov 2024 20:07:24 +0100 Subject: [PATCH] less wait --- tcp-connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcp-connection.go b/tcp-connection.go index 116ca35..6c4cf6f 100644 --- a/tcp-connection.go +++ b/tcp-connection.go @@ -163,7 +163,7 @@ func (c *Connection) Listen() (*GenericListener, error) { } const ( - MaxCallDuration = 2500 * time.Millisecond + MaxCallDuration = 500 * time.Millisecond ) func (l *GenericListener) HandleConnection(conn net.Conn) {