appservice: increase OTK count channel size
Some checks failed
Go / Lint (latest) (push) Has been cancelled
Go / Build (old, libolm) (push) Has been cancelled
Go / Build (latest, libolm) (push) Has been cancelled
Go / Build (old, goolm) (push) Has been cancelled
Go / Build (latest, goolm) (push) Has been cancelled

This commit is contained in:
Tulir Asokan 2024-09-15 01:20:50 +03:00
commit b5602fd4fe

View file

@ -32,7 +32,7 @@ import (
// EventChannelSize is the size for the Events channel in Appservice instances.
var EventChannelSize = 64
var OTKChannelSize = 4
var OTKChannelSize = 64
// Create creates a blank appservice instance.
func Create() *AppService {