This commit is contained in:
alex.sharov 2021-08-30 10:48:37 +07:00
parent 68683583c8
commit c881a45037

View File

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