This commit is contained in:
msramalho
2022-07-25 14:59:04 +01:00
parent 961dcdb4ef
commit 992dee022a

View File

@@ -28,7 +28,7 @@ class GDStorage(Storage):
token_file = config.oauth_token_filename
if token_file is not None:
"""
Tokens are refreshed after 1 hour
Tokens are refreshed after 1 hour
however keep working for 7 days (tbc)
so as long as the job doesn't last for 7 days
then this method of refreshing only once per run will work