using packet timestamp

This commit is contained in:
Martino Ferrari
2026-05-21 15:56:29 +02:00
parent 3315c02282
commit b465dd680c
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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)