1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-11 17:51:01 +00:00
miniflux-v2/internal/cli
Frédéric Guillot 34499b887b feat: add POLLING_LIMIT_PER_HOST to limit concurrent requests per host
Each batch of feeds sent to the worker pool is now guaranteed to contain unique feed URLs.

When `POLLING_LIMIT_PER_HOST` is set, an additional limit is applied to the number of concurrent requests per hostname, helping to prevent overloading a single server.

Note: Additional requests may still be made during feed refresh. For example, to fetch feed icons or when the web scraper is enabled for a particular feed.
2025-08-08 12:33:46 -07:00
..
ask_credentials.go cli: avoid misleading error message when creating an admin user 2024-03-23 14:32:55 -07:00
cleanup_tasks.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
cli.go feat(cli): add -reset-feed-next-check-at argument 2025-04-11 15:56:57 -07:00
create_admin.go cli: avoid misleading error message when creating an admin user 2024-03-23 14:32:55 -07:00
daemon.go refactor(http): rename package from httpd to server for consistency 2025-06-20 13:15:13 -07:00
export_feeds.go Add command line argument to export user feeds 2023-09-27 21:45:23 -07:00
flush_sessions.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
health_check.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00
info.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
logger.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
refresh_feeds.go feat: add POLLING_LIMIT_PER_HOST to limit concurrent requests per host 2025-08-08 12:33:46 -07:00
reset_password.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
scheduler.go feat: add POLLING_LIMIT_PER_HOST to limit concurrent requests per host 2025-08-08 12:33:46 -07:00