increase subscription debounce interval

This commit is contained in:
David Zhao
2021-06-23 12:44:40 -07:00
parent eda5cfbfd5
commit 0c75924c73
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
const (
subscriptionDebounceInterval = 10 * time.Millisecond
subscriptionDebounceInterval = 100 * time.Millisecond
)
type SubscribedTrack struct {