mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
- `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.