diff --git a/network/clean.go b/network/clean.go index adc77cfc..9b354c00 100644 --- a/network/clean.go +++ b/network/clean.go @@ -14,7 +14,7 @@ import ( const ( cleanerTickDuration = 5 * time.Second - deleteConnsAfterEndedThreshold = 5 * time.Minute + deleteConnsAfterEndedThreshold = 10 * time.Minute ) func connectionCleaner(ctx context.Context) error {