-
Alex Kalderimis authored
This prevents overflows of `WebHook#backoff_count`, clamping the value to `(0..100)`, well within the range of `smallint`. Changelog: fixed
2ba4cab7
This prevents overflows of `WebHook#backoff_count`, clamping the value to `(0..100)`, well within the range of `smallint`. Changelog: fixed