mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
signalmeow: remove unnecessarily big channel buffer
This commit is contained in:
parent
562ed05593
commit
85cee8308e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ func (cli *Client) StartReceiveLoops(ctx context.Context) (chan SignalConnection
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
statusChan := make(chan SignalConnectionStatus, 10000)
|
||||
statusChan := make(chan SignalConnectionStatus, 128)
|
||||
|
||||
initialConnectChan := make(chan struct{})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue