This commit is contained in:
alex.sharov 2021-08-30 10:08:15 +07:00
parent e0b3248964
commit 960c70d7f3

View File

@ -44,7 +44,7 @@ var (
cacheTotalCounter = metrics.NewCounter("pool_cache_total")
)
const ASSERT = false
const ASSERT = true
type Config struct {
syncToNewPeersEvery time.Duration