From: Guillaume Pellerin Date: Fri, 28 Jan 2022 14:58:36 +0000 (+0100) Subject: 48h for chat memory X-Git-Tag: 2.5.1~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2afc0f93a7245a18db5b66eaf52e009c3671fa3f;p=teleforma.git 48h for chat memory --- diff --git a/app/settings.py b/app/settings.py index fe7ff7fe..a9e168a1 100644 --- a/app/settings.py +++ b/app/settings.py @@ -503,7 +503,7 @@ USE_WEBPACK_DEV_SERVER = False WEBPACK_DEV_SERVER_URL = "http://172.24.104.152:3000/" ENABLE_CHAT = True -CHAT_LIMIT_HOURS = 72 +CHAT_LIMIT_HOURS = 48 ##################