Merge branch 'develop' into feature/my-profile-endpoint

This commit is contained in:
Daniel
2022-08-01 10:54:15 +02:00
committed by GitHub
29 changed files with 517 additions and 244 deletions

View File

@@ -11,8 +11,11 @@ import (
)
const (
cleanerTickDuration = 5 * time.Second
// DeleteConnsAfterEndedThreshold defines the amount of time after which
// ended connections should be removed from the internal connection state.
DeleteConnsAfterEndedThreshold = 10 * time.Minute
cleanerTickDuration = 5 * time.Second
)
func connectionCleaner(ctx context.Context) error {