define enable_pubsub_tracer in manifest.toml
This commit is contained in:
parent
b1159b657d
commit
909e0e401f
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user