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

Sync queue updates #8342

Merged

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    56444f1 View commit details
    Browse the repository at this point in the history
  2. Check for active or very recently active transfer sessions when deter…

    …mining if sync is in progress.
    
    Add tests for determining sync is in progress behaviour.
    rtibbles committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    c9f3804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    116f66c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7190e7 View commit details
    Browse the repository at this point in the history
  5. Move resync behaviour into separate peer_sync function.

    Run in finally block to always resync.
    rtibbles committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b0fe8aa View commit details
    Browse the repository at this point in the history
  6. Add instance_id to sync queue to track queue by user/device combo.

    Break up check_queue function to reduce cyclomatic complexity.
    rtibbles committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    2fd8a3e View commit details
    Browse the repository at this point in the history