diff --git a/app/app/settings/base.py b/app/app/settings/base.py index 3ed2bf5..f413ae9 100644 --- a/app/app/settings/base.py +++ b/app/app/settings/base.py @@ -191,7 +191,9 @@ " be rate-limited at 60 requests per hour which may result in" " errors.") -CACHE_TIMEOUT = 60 * 60 # 1 hour +# Cache forever unless requested +# (automated by GH workflow in galaxyproject/galaxy_codex) +CACHE_TIMEOUT = None # Internationalization # https://docs.djangoproject.com/en/3.2/topics/i18n/