Skip to content
Snippets Groups Projects
  • Niko Ehrenfeuchter's avatar
    81ea497e
    Fix resetting the probation counter. · 81ea497e
    Niko Ehrenfeuchter authored
    On an integer overflow while being in low-load state the probation
    counter should not be reset to zero (indicating the load limit was
    violated) but rather to the lowest value representing a valid load
    (being _probation + 1).
    
    Refers to #36
    81ea497e
    History
    Fix resetting the probation counter.
    Niko Ehrenfeuchter authored
    On an integer overflow while being in low-load state the probation
    counter should not be reset to zero (indicating the load limit was
    violated) but rather to the lowest value representing a valid load
    (being _probation + 1).
    
    Refers to #36