summaryrefslogtreecommitdiffstats
path: root/gallery_dl/oauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/oauth.py')
-rw-r--r--gallery_dl/oauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/oauth.py b/gallery_dl/oauth.py
index ac38c4d..8508ee1 100644
--- a/gallery_dl/oauth.py
+++ b/gallery_dl/oauth.py
@@ -138,6 +138,6 @@ class OAuth1API():
return self.extractor.request(url, **kwargs)
-@cache(maxage=100*365*24*3600, keyarg=0)
+@cache(maxage=36500*86400, keyarg=0)
def _token_cache(key):
return None, None