diff --git a/webrtc.go b/webrtc.go index 51e15f78..c01c8216 100644 --- a/webrtc.go +++ b/webrtc.go @@ -110,7 +110,7 @@ func (s *Session) handleQueues(index int) { } } -const keysDownStateQueueSize = 256 +const keysDownStateQueueSize = 64 func (s *Session) initKeysDownStateQueue() { // serialise outbound key state reports so unreliable links can't stall input handling