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
147 stars 33 forks source link

Allow running with TLS on the database #24

Open Half-Shot opened 3 years ago

Half-Shot commented 3 years ago

Ran into this as my network requires TLS on postgres connections. Presumably https://github.com/matrix-org/rust-synapse-compress-state/blob/master/src/database.rs#L29 needs changing