summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2017-08-09 10:49:12 +0000
committerAurélien Bompard <aurelien@bompard.org>2017-08-09 10:49:19 +0000
commitdcd69e0036b45252d11972c3f559f2848b024d3a (patch)
treeb50492979bf837f098df08409d2804b0d798fd22
parentae901a21bb66e3c4e35f1c8a1e242b7afe9ff55c (diff)
downloadansible-dcd69e0036b45252d11972c3f559f2848b024d3a.tar.gz
ansible-dcd69e0036b45252d11972c3f559f2848b024d3a.tar.xz
ansible-dcd69e0036b45252d11972c3f559f2848b024d3a.zip
HyperKitty: store more async results for stats
-rw-r--r--roles/mailman/templates/settings.py.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2
index ba896da70..d088f08b5 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',
}