Fix refresh rate

This commit is contained in:
Kioubit 2023-03-09 13:35:24 +02:00
parent d795eaf76a
commit 2e9e8e2b42

View file

@ -174,10 +174,9 @@ func streamServer() {
}
}
}
time.Sleep(400 * time.Millisecond)
}
clientMutex.RUnlock()
time.Sleep(10 * time.Millisecond)
time.Sleep(500 * time.Millisecond)
}
}