1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-28 10:48:30 +00:00
continuwuity/src/database
Benjamin Lee 8a5599adf9 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-05-03 01:52:29 -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 reorganize database crate. 2024-04-09 15:26:45 -04:00
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 use rocksdb caches for a few of the lru_caches 2024-04-09 15:26:45 -04:00
mod.rs add optional support for tokio-console 2024-05-03 01:52:29 -04:00
watchers.rs make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00