test/net-pool #2

Merged
mats merged 11 commits from test/net-pool into main 2024-11-23 15:30:38 +01:00
Showing only changes of commit c17a8a4219 - Show all commits

View File

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