rust-synapse-compress-state
rust-synapse-compress-state copied to clipboard
A tool to compress some state in a Synapse instance's database
**Describe the bug** On some rooms I got a warning with understandable description, but with weird values, like this: ``` [2022-03-04T13:33:16Z WARN synapse_auto_compressor::manager] The compressor tried to increase the number...
I do realise there i no one perfect answer to what settings to do, but i'd appreciate at least definiton of what those states mean and what would be _theoretical_...
As far as I can tell, it is not possible to build this program statically. This seems to mostly be the fault of rust, with the musl target no longer...
**Is your feature request related to a problem? Please describe.** I would like to debug error message `Missing {}` within python module using `synapse_auto_compressor.compress_state_events_table` function. **Describe the solution you'd like**...
**Describe the bug** On the "Fetching state from DB for room" step, storage space is continuously consumed until space is empty, errors, then frees the space. Might be related to...
The synapse_auto_compressor is already a huge improvement, but it would be nice to be able to prioritize handling the largest rooms first, as from my experience those are usually the...
Of all the things, I know this is probably... okay, *nonexistent* on the priority queue, but. When an invalid / non-existent room ID is given to the `-r` option, the...
Could probably significantly speed up GHA checks if dependencies were cached per https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows Basic example for a Rust project at: https://github.com/actions/cache/blob/main/examples.md#rust---cargo
I ran this against each room in my database to see what sort of changes it would want to make, and I'm wondering if it's normal for it to generate...
Commit b33c498e99883536519bc01f19d2c6b081eebae1, on Ubuntu 20.04. This is the log: ``` $ cargo build --release Updating crates.io index Updating git repository `https://github.com/matrix-org/rust-matrix-state-map` Downloaded ansi_term v0.11.0 Downloaded memoffset v0.6.1 Downloaded opaque-debug v0.3.0...