using packet timestamp
This commit is contained in:
+1
-1
@@ -328,7 +328,7 @@ func buildSourcesMsg(sm map[string]*sourceHubState) []byte {
|
||||
|
||||
// Run is the hub's main goroutine. Must be started with go hub.Run().
|
||||
func (h *Hub) Run() {
|
||||
ticker := time.NewTicker(time.Second / 20)
|
||||
ticker := time.NewTicker(time.Second / 30)
|
||||
defer ticker.Stop()
|
||||
|
||||
statsTicker := time.NewTicker(time.Second)
|
||||
|
||||
Reference in New Issue
Block a user