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

[Uptime] Simplify snapshot max to Infinity #55931

Merged
merged 4 commits into from
Jan 27, 2020

Commits on Jan 24, 2020

  1. [Uptime] Simplify snapshot max to Infinity

    Fixes elastic/uptime#119
    
    Rather than relying on a contant for the max number of monitors, it's
    easier to just use infinity. This is simpler than making the iterator
    more complex with an 'infinite' mode.
    andrewvc committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    9a8e0f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    b1153f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2707c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cb9610 View commit details
    Browse the repository at this point in the history