refactor: reduce keysDownStateQueueSize

This commit is contained in:
Adam Shiervani 2025-09-18 11:14:40 +02:00 committed by Siyuan Miao
parent 7a96aa3044
commit e7ccb71aea
1 changed files with 1 additions and 1 deletions

View File

@ -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