diff options
Diffstat (limited to 'siteconfig.py')
-rw-r--r-- | siteconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/siteconfig.py b/siteconfig.py index f42875b..4c60674 100644 --- a/siteconfig.py +++ b/siteconfig.py @@ -51,7 +51,7 @@ class siteconfig: # https://flask-caching.readthedocs.io/en/latest/#configuring-flask-caching cache_config = { 'CACHE_TYPE': "SimpleCache", - 'CACHE_DEFAULT_TIMEOUT': 300, + 'CACHE_DEFAULT_TIMEOUT': 10, # You should only fill ONE of the sections below # uswgi 'CACHE_UWSGI_NAME': None, |