define enable_pubsub_tracer in manifest.toml

This commit is contained in:
vyzo 2020-06-26 14:12:22 +03:00
parent b1159b657d
commit 909e0e401f

View File

@ -36,3 +36,6 @@ instances = { min = 1, max = 100, default = 5 }
drand_period = { type = "duration", default="10s" }
drand_threshold = { type = "int", default = 2 }
drand_gossip_relay = { type = "bool", default = true }
# Params relevant to pubsub tracing
enable_pubsub_tracer = { type = "bool", default = false }