ratelimit: do not overflow leaky bucket

This way the time to wait until next message can
be sent is always limited.
This commit is contained in:
link2xt
2022-07-10 14:08:54 +00:00
parent 294d8862e4
commit 9926804f1b
2 changed files with 7 additions and 11 deletions

View File

@@ -4,6 +4,7 @@
### Changes
- handle drafts from mailto links in scanned QR #3492
- do not overflow ratelimiter leaky bucket #3496
### Fixes
- don't squash text parts of NDN into attachments #3497