Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add factor for entry_frequency scheduler #2036

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Add factor for entry_frequency scheduler #2036

merged 1 commit into from
Sep 1, 2023

Conversation

drrlvn
Copy link
Contributor

@drrlvn drrlvn commented Aug 24, 2023

Allow the user to increase the frequency of the entry_frequency scheduler by a configurable factor in order to shorten the time between updates.

Currently the update frequency with entry_frequency might be too low - it is roughly the time between new entries, causing a large delay until new entries are found.
For example, a daily updated feed is checked once a day and so the maximum delay until entries are added is a day.
This PR allows raising the frequency of updates to shorten this delay.

Do you follow the guidelines?

Allow the user to increase the frequency of the entry_frequency
scheduler by a configurable factor in order to shorten the time between
updates.
@fguillot fguillot merged commit bea9017 into miniflux:main Sep 1, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants