Revert "update stats queue to be smaller"

This reverts commit d176124aa0.
This commit is contained in:
William Banfield
2022-08-03 18:15:46 -04:00
parent d392a07b99
commit 6b16cf6d68

View File

@@ -169,7 +169,7 @@ func NewState(
peerMsgQueue: make(chan msgInfo, msgQueueSize),
internalMsgQueue: make(chan msgInfo, msgQueueSize),
timeoutTicker: NewTimeoutTicker(),
statsMsgQueue: make(chan msgInfo, 5),
statsMsgQueue: make(chan msgInfo, msgQueueSize),
done: make(chan struct{}),
doWALCatchup: true,
wal: nilWAL{},