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

Query all sync groups on downstream_max/upstream_max #83

Closed
wants to merge 4 commits into from

Commits on Jun 12, 2020

  1. Query all sync groups on downstream_max/upstream_max

    Changes the downstream_max and upstream_max method to query all found
    sync groups to ensure a correct calculated max down-/up-stream value.
    
    refs #72
    mcktr committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    9f7b9e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Implement ignore list for sync groups

    Implementing a new CLI parameter to set a ignore list for sync groups
    that are used in the CheckUpstreamMax and CheckDownstreamMax functions.
    mcktr committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    757e491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c7c363 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Fix nil pointer dereference

    mcktr committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0d0c695 View commit details
    Browse the repository at this point in the history