Sync up the generated Conduit config for Debian
This applies changes made in the exampl config by commitsdc89fbe
and844508b
.
This commit is contained in:
parent
53d3f9ae89
commit
0c0c9549b9
1 changed files with 5 additions and 0 deletions
5
debian/postinst
vendored
5
debian/postinst
vendored
|
@ -91,6 +91,11 @@ enable_lightning_bolt = true
|
||||||
trusted_servers = ["matrix.org"]
|
trusted_servers = ["matrix.org"]
|
||||||
|
|
||||||
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
|
#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
|
EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue