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

Commits on Sep 20, 2021

  1. Add method to compress the rooms with the largest uncompressed state

    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 authored and Azrenbeth committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    39a0197 View commit details
    Browse the repository at this point in the history
  2. Add test for compress largest rooms

    Azrenbeth authored and Azrenbeth committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    01318ce View commit details
    Browse the repository at this point in the history
  3. Use context not rethrow

    Azrenbeth authored and Azrenbeth committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9d6a00b View commit details
    Browse the repository at this point in the history