HyperKitty: store more async results for stats

This commit is contained in:
Aurélien Bompard 2017-08-09 10:49:12 +00:00
parent ae901a21bb
commit dcd69e0036

View file

@ -323,7 +323,7 @@ HAYSTACK_CONNECTIONS = {
#
Q_CLUSTER = {
'timeout': 300,
'save_limit': 500,
'save_limit': 100000,
'orm': 'default',
}