Add download rate limiter

This commit is contained in:
Sebastian Goscik
2023-07-08 20:57:43 +01:00
parent 89cab64679
commit 66b3344e29
6 changed files with 42 additions and 3 deletions

View File

@@ -189,6 +189,8 @@ Options:
https://github.com/caronc/apprise
--skip-missing If set, events which are 'missing' at the start will be ignored.
Subsequent missing events will be downloaded (e.g. a missed event) [default: False]
--download-rate-limit FLOAT Limit how events can be downloaded in one minute. Disabled by
default
--help Show this message and exit.
```
@@ -212,6 +214,7 @@ always take priority over environment variables):
- `PURGE_INTERVAL`
- `APPRISE_NOTIFIERS`
- `SKIP_MISSING`
- `DOWNLOAD_RATELIMIT`
## File path formatting