-
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
Niko Ehrenfeuchter authoredOn 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