allow longer wait
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 30s
Build and Publish / BuildAndDeploy (push) Successful in 2m32s

This commit is contained in:
matst80
2024-11-21 22:27:09 +01:00
parent 933f0bb04f
commit c17a8a4219

View File

@@ -169,7 +169,7 @@ func (c *Connection) Listen() (*GenericListener, error) {
} }
const ( const (
MaxCallDuration = 300 * time.Millisecond MaxCallDuration = 900 * time.Millisecond
ListenerKeepalive = 5 * time.Second ListenerKeepalive = 5 * time.Second
) )