Prevent overflows in WebHook#backoff_count
This prevents overflows of `WebHook#backoff_count`, clamping the value to `(0..100)`, well within the range of `smallint`. Changelog: fixed
Showing
Please register or sign in to comment
This prevents overflows of `WebHook#backoff_count`, clamping the value to `(0..100)`, well within the range of `smallint`. Changelog: fixed