Increase network state delete threshold to 10 minutes
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
cleanerTickDuration = 5 * time.Second
|
cleanerTickDuration = 5 * time.Second
|
||||||
deleteConnsAfterEndedThreshold = 5 * time.Minute
|
deleteConnsAfterEndedThreshold = 10 * time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
func connectionCleaner(ctx context.Context) error {
|
func connectionCleaner(ctx context.Context) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user