mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
wait_block_reduce (#594)
This commit is contained in:
parent
6c392a1baf
commit
8db5419002
@ -139,7 +139,7 @@ type CoherentConfig struct {
|
||||
|
||||
var DefaultCoherentConfig = CoherentConfig{
|
||||
KeepViews: 5,
|
||||
NewBlockWait: 50 * time.Millisecond,
|
||||
NewBlockWait: 5 * time.Millisecond,
|
||||
KeysLimit: 1_000_000,
|
||||
CodeKeysLimit: 10_000,
|
||||
MetricsLabel: "default",
|
||||
|
Loading…
Reference in New Issue
Block a user