mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-14 15:31:13 -05:00
* Implement support for HTTP 429 Too Many Requests Will obey the corresponding HTTP `Retry-After` header at domain level. * Implement 503 Service Unavailable * Sanitize Retry-After * Reduce default value when Retry-After is absent And make configuration parameter * Retry-After also for favicons
3 lines
182 B
Markdown
3 lines
182 B
Markdown
Folder to store domains for which there is a pending HTTP `429 Too Many Requests`.
|
|
The `Retry-After` value is added to current time and stored in the `*.txt` file modification time.
|