node: acct increase submission channel size
This commit is contained in:
parent
be7ac27130
commit
053b73375b
|
@ -87,7 +87,8 @@ type Accountant struct {
|
||||||
env int
|
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.
|
// NewAccountant creates a new instance of the Accountant object.
|
||||||
func NewAccountant(
|
func NewAccountant(
|
||||||
|
|
Loading…
Reference in New Issue