Files
chatmail-core/deltachat-ratelimit
iequidoo 5a81a0da2a refactor(ratelimit): Return Duration from Ratelimit functions
- `Ratelimit` is rather a low-level Rust tool, so it should only use `Duration` and `SystemTime`.
- Rename `Ratelimit::update_interval()` to `min_send_interval()`, the word "update" only occurs in
  `last_update`, but it's a private field.
2026-05-05 15:09:18 -03:00
..