summaryrefslogtreecommitdiff
path: root/conduit-example.toml
diff options
context:
space:
mode:
authorDevin Ragotzy <devin.ragotzy@gmail.com>2021-03-04 08:39:16 -0500
committerDevin Ragotzy <devin.ragotzy@gmail.com>2021-03-04 08:39:16 -0500
commitd0df8b495c3c9433cd9c44393befecf33a0223a6 (patch)
treec4b8b5b52381f4a62a0a14f626ececdc378d8ffd /conduit-example.toml
parente239014fa3935c523565b21344fec0b926c7fccf (diff)
parentbd6507eafbc339dfc3cf662b7db14840638a535a (diff)
downloadconduit-d0df8b495c3c9433cd9c44393befecf33a0223a6.zip
Merge remote-tracking branch 'upstream/master' into correct-sendtxn
Diffstat (limited to 'conduit-example.toml')
-rw-r--r--conduit-example.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/conduit-example.toml b/conduit-example.toml
index bb3ae33..3aca538 100644
--- a/conduit-example.toml
+++ b/conduit-example.toml
@@ -30,6 +30,9 @@ max_request_size = 20_000_000 # in bytes
#allow_encryption = false
#allow_federation = false
+# Enable jaeger to support monitoring and troubleshooting through jaeger
+#allow_jaeger = false
+
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time
#workers = 4 # default: cpu core count * 2