matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
142 stars 32 forks source link

Add method to run the compressor starting from a particular compressor-state #55

Closed Azrenbeth closed 2 years ago

Azrenbeth commented 3 years ago

BUILDS ON azren/config_integration_tests

Added the method continue_run() to lib.rs:

This can be used to run the compressor in small chunks on rooms and still get the same state_group structure as if the room had been compressed all in one go.