conduwuit/src/database
Benjamin Lee 7c503d3203 add optional support for tokio-console
This turned out to be quite hairy, mostly because we need to apply the
config's log level filter to the actual logs (stdout and, optionally
sentry), but do not want to filter out the tokio tracing events needed by
the console_subscriber. I hit several edge cases in tracing getting
this to work, and we now depend on a git version of tracing with a
backported patch :(
2024-04-26 14:49:01 -04:00
..
key_value cleanup/refactor sender base loop 2024-04-26 02:03:40 -04:00
rocksdb use logical core count for rocksdb parallelism 2024-04-26 02:03:40 -04:00
sqlite make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
cork.rs make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
kvengine.rs
kvtree.rs fix multi_get for abstraction and limit to specific column for least-surprise 2024-04-14 22:35:23 -04:00
migrations.rs
mod.rs add optional support for tokio-console 2024-04-26 14:49:01 -04:00
watchers.rs make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00