wait_block_reduce (#594)

This commit is contained in:
Alex Sharov 2022-08-18 12:50:41 +07:00 committed by GitHub
parent 6c392a1baf
commit 8db5419002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",