We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
refresh_interval
Format:
(\d+)(?=s|m|h|d|w|mo|y)
Missing time unit means \1 is the amount of minutes.
\1
Time units:
5s
3m
2h
1d
1w
1mo
2y
Default refresh_interval: 0 (refresh on every update).
Referense:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Format:
Missing time unit means
\1
is the amount of minutes.Time units:
5s
for 5 seconds3m
for 3 minutes2h
for 2 hours1d
for 25 hours and 7 minutes (approximated to 1 day)1w
for 7.5 days (approximated to 1 week)1mo
for 13 months and 2 days (approximated to 1 month)2y
for 25 months (approximated to 2 years)Default
refresh_interval
: 0 (refresh on every update).Referense:
The text was updated successfully, but these errors were encountered: