increase repub message limit to 30

This commit is contained in:
vyzo 2020-08-11 14:26:06 +03:00
parent cf34fe5cc3
commit 47f81f1ad6

View File

@ -11,7 +11,7 @@ import (
"github.com/filecoin-project/lotus/chain/types"
)
const repubMsgLimit = 5
const repubMsgLimit = 30
func (mp *MessagePool) republishPendingMessages() error {
mp.curTsLk.Lock()