From 14e22d7e0ed7d475727f65950255a470117ed5c3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 30 Nov 2021 16:19:51 +0100 Subject: [PATCH] back to recovery --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 7df91150..0a34e1a4 100644 --- a/app/settings.py +++ b/app/settings.py @@ -14,7 +14,7 @@ DEBUG_ENV = os.environ.get('DEBUG') == 'True' DEBUG = DEBUG_ENV TEMPLATE_DEBUG = DEBUG -RECOVERY = False +RECOVERY = True # disable to debug websocket and improve performance DEBUG_TOOLBAR = False -- 2.39.5