mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +00:00
s
This commit is contained in:
parent
a5f7d205e0
commit
8e3fb676b2
@ -47,9 +47,9 @@ type Config struct {
|
|||||||
|
|
||||||
var DefaultConfig = Config{
|
var DefaultConfig = Config{
|
||||||
syncToNewPeersEvery: 2 * time.Minute,
|
syncToNewPeersEvery: 2 * time.Minute,
|
||||||
commitEvery: 2 * time.Second,
|
commitEvery: 15 * time.Second,
|
||||||
logEvery: 30 * time.Second,
|
logEvery: 30 * time.Second,
|
||||||
evictSendersAfterRounds: 2,
|
evictSendersAfterRounds: 10,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pool is interface for the transaction pool
|
// Pool is interface for the transaction pool
|
||||||
|
Loading…
Reference in New Issue
Block a user