mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-16 15:48:46 +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{
|
var DefaultCoherentConfig = CoherentConfig{
|
||||||
KeepViews: 5,
|
KeepViews: 5,
|
||||||
NewBlockWait: 50 * time.Millisecond,
|
NewBlockWait: 5 * time.Millisecond,
|
||||||
KeysLimit: 1_000_000,
|
KeysLimit: 1_000_000,
|
||||||
CodeKeysLimit: 10_000,
|
CodeKeysLimit: 10_000,
|
||||||
MetricsLabel: "default",
|
MetricsLabel: "default",
|
||||||
|
Loading…
Reference in New Issue
Block a user