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

Allow configuring the update refresh window #812

Merged
merged 1 commit into from
Feb 17, 2024

Commits on Feb 16, 2024

  1. Allow configuring the update refresh window

    This enables customizing the time of day within which periodic refresh occurs.
    
    Previously docs said it happens between 12am-4am which is misleading,
    because the code effectively allowed refresh until 4:59:59 AM.
    The default window is now '0-5', which is practically the same as before.
    
    The comment about checking every 24h hours has been fixed as well.
    This hasn't been true since commit c4fa76f
    
    Signed-off-by: Kamil Domański <[email protected]>
    kdomanski committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e8e5803 View commit details
    Browse the repository at this point in the history