add config option for tokio_console runtime enablement

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-26 23:00:33 +00:00
parent bc50034173
commit db288b169e
3 changed files with 61 additions and 20 deletions

View file

@ -371,6 +371,11 @@ allow_profile_lookup_federation_requests = true
# If 'tracing_flame' is enabled, set the path to write the generated profile.
# tracing_flame_output_path = "./tracing.folded"
# Enable the tokio-console. This option is only relevant to developers.
# See: docs/development.md#debugging-with-tokio-console for more information.
#tokio_console = false
### Generic database options
# Set this to any float value to multiply conduwuit's in-memory LRU caches with.