This commit is contained in:
alex.sharov 2021-08-28 16:58:31 +07:00
parent a5f7d205e0
commit 8e3fb676b2

View File

@ -47,9 +47,9 @@ type Config struct {
var DefaultConfig = Config{
syncToNewPeersEvery: 2 * time.Minute,
commitEvery: 2 * time.Second,
commitEvery: 15 * time.Second,
logEvery: 30 * time.Second,
evictSendersAfterRounds: 2,
evictSendersAfterRounds: 10,
}
// Pool is interface for the transaction pool