1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-10-05 19:31:01 +00:00
miniflux-v2/internal/config
jvoisin 63b1279792 feat(feed): use exponential backoff for broken feeds
Instead of having a hard limit of 3 (regular) tries for feeds with errors, use
an exponential backoff by default, with an upper-limit of one week.

See https://github.com/miniflux/v2/issues/3334 for context/discussions.
2025-09-30 16:44:36 +02:00
..
config.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
options.go feat(feed): use exponential backoff for broken feeds 2025-09-30 16:44:36 +02:00
options_parsing_test.go feat(feed): use exponential backoff for broken feeds 2025-09-30 16:44:36 +02:00
parser.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
parser_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
validators.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
validators_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00