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

Reduce monitor minimum interval to 1 second #1740

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    4992b16 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Added Remove minimum interval value louislam#1645

    louislam#1645 has been added by changing the minimum value from 20 to 1. A
    warning has been added that shows when the user enters a value less than
    20 to state that performance issues may be enountered.
    
    Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
    Computroniks committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    dcd723b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Added confirmation dialog for low interval

    A prompt has been added to confirm with the user that they wish to
    reduce the interval value to possibly unstable values. A random (pseudo
    random) code is generated which they must input in order to confirm
    their descision. Failiure to confirm their descision will result in an
    error when saving.
    As not to annoy the user too much, the promt is only required when it is
    detected that the interval value has been changed.
    
    Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
    Computroniks committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    8a163ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b3b61d View commit details
    Browse the repository at this point in the history
  3. Fixed duplicate translation keys

    Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
    Computroniks committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    a3fd189 View commit details
    Browse the repository at this point in the history
  4. Fixed syntax of multi line element

    Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
    Computroniks and Saibamen authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    548a4df View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Fix merge conflicts

    Fixed the merge conflicts from master and updated MIN_INTERVAL_SECOND
    
    Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
    Computroniks committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    503d3f6 View commit details
    Browse the repository at this point in the history