Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method that compresses the rooms with most uncompressed state #65

Closed

Conversation

Azrenbeth
Copy link
Contributor

Builds on #64

Azrenbeth added 2 commits September 20, 2021 09:29
Query database to retrieve largest uncompressed rooms
Go through each one it turn and compress (in chunks)

Note: lots of database connections are started and dropped, left as
future work to handle keeping connections alive and handling lost
connections well.
@Azrenbeth Azrenbeth marked this pull request as ready for review September 20, 2021 08:31
auto_compressor/src/manager.rs Show resolved Hide resolved
auto_compressor/src/manager.rs Outdated Show resolved Hide resolved
auto_compressor/src/state_saving.rs Show resolved Hide resolved
@Azrenbeth
Copy link
Contributor Author

replaced by #72

@Azrenbeth Azrenbeth closed this Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants