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 to actually disable refresh interval #1373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dragoon
Copy link

@dragoon dragoon commented Nov 19, 2023

Current implementation of refresh interval doesn't work correct according to the library documentation -- setting the refresh_interval argument to 0 or None will actually set it to default value (30 minutes).
My fix doesn't change the behavior as advertised, it will set refresh_interval to default when not specified, and disabled when 0 or None is passed.

@dragoon
Copy link
Author

dragoon commented Nov 19, 2023

related #1365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant