From 04431658597c9b9ae489be3363c6b9478d946fcd Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sat, 16 Oct 2021 18:20:46 -0400 Subject: Turns off jinja caching. Fixes appropriate cache --- siteconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'siteconfig.py') 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, -- cgit v1.2.3