increase repub message limit to 30
This commit is contained in:
parent
cf34fe5cc3
commit
47f81f1ad6
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/filecoin-project/lotus/chain/types"
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
const repubMsgLimit = 5
|
const repubMsgLimit = 30
|
||||||
|
|
||||||
func (mp *MessagePool) republishPendingMessages() error {
|
func (mp *MessagePool) republishPendingMessages() error {
|
||||||
mp.curTsLk.Lock()
|
mp.curTsLk.Lock()
|
||||||
|
Loading…
Reference in New Issue
Block a user