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

Fix README.md stating the wrong flag for levels #122

Closed Aquathing closed 1 year ago

Aquathing commented 1 year ago

The README.md file states that the -d flag should be used to provide the size of the levels, instead, the code requires the -l flag https://github.com/matrix-org/rust-synapse-compress-state/blob/982ee5ead839938c90fa5d0ac871ae31393ba891/synapse_auto_compressor/src/main.rs#L91.

Aquathing commented 1 year ago

Thanks for merging!