Files
chatmail-core/deltachat-ratelimit
iequidoo 621eabfce3 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.
2025-03-29 00:32:32 -03:00
..