node: acct increase submission channel size

This commit is contained in:
Evan Gray 2023-03-07 17:32:06 +00:00 committed by Evan Gray
parent be7ac27130
commit 053b73375b
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ type Accountant struct {
env int
}
const subChanSize = 50
// On startup, there can be a large number of re-submission requests.
const subChanSize = 500
// NewAccountant creates a new instance of the Accountant object.
func NewAccountant(