mirror of https://github.com/jetkvm/kvm.git
refactor: reduce keysDownStateQueueSize
This commit is contained in:
parent
7a96aa3044
commit
e7ccb71aea
|
@ -110,7 +110,7 @@ func (s *Session) handleQueues(index int) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const keysDownStateQueueSize = 256
|
const keysDownStateQueueSize = 64
|
||||||
|
|
||||||
func (s *Session) initKeysDownStateQueue() {
|
func (s *Session) initKeysDownStateQueue() {
|
||||||
// serialise outbound key state reports so unreliable links can't stall input handling
|
// serialise outbound key state reports so unreliable links can't stall input handling
|
||||||
|
|
Loading…
Reference in New Issue