From dcd69e0036b45252d11972c3f559f2848b024d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 9 Aug 2017 10:49:12 +0000 Subject: [PATCH] HyperKitty: store more async results for stats --- roles/mailman/templates/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index ba896da70b..d088f08b51 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -323,7 +323,7 @@ HAYSTACK_CONNECTIONS = { # Q_CLUSTER = { 'timeout': 300, - 'save_limit': 500, + 'save_limit': 100000, 'orm': 'default', }