mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
appservice: increase OTK count channel size
Some checks failed
Some checks failed
This commit is contained in:
parent
6f9927c399
commit
b5602fd4fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue