Sync up the generated Conduit config for Debian

This applies changes made in the exampl config by commits dc89fbe and
844508b.
This commit is contained in:
Paul van Tilburg 2024-04-24 20:09:13 +02:00
parent 53d3f9ae89
commit 0c0c9549b9
No known key found for this signature in database
GPG key ID: C6DE073EDA9EEC4D

5
debian/postinst vendored
View file

@ -91,6 +91,11 @@ enable_lightning_bolt = true
trusted_servers = ["matrix.org"]
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
# Controls the log verbosity. See also [here][0].
#
# [0]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives
#log = "..."
EOF
fi
;;