summaryrefslogtreecommitdiff
path: root/django/archives/settings.py
diff options
context:
space:
mode:
authorMagnus Hagander2017-11-16 15:08:27 +0000
committerMagnus Hagander2017-11-16 15:08:27 +0000
commit5089032f695558021a69708e010fd8479eb4d03c (patch)
tree60bd0dd5aa76facc5f1ec0614d9c20ab13c89c72 /django/archives/settings.py
parent4e78394a435430cd2d3f996922c3b0c8897e03a6 (diff)
Generate mbox data from database instead of cached files
Previously we only did this for thread-mbox downloads, but since the move to pglister we need to do it for the main mbox downloads as well. In order to make this more efficient, ensure that we use a server-side cursor when getting the messages. We already sent them back to the webserver in streaming mode, but not between the database and django.
Diffstat (limited to 'django/archives/settings.py')
-rw-r--r--django/archives/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/archives/settings.py b/django/archives/settings.py
index 0a01c3b..ed48da9 100644
--- a/django/archives/settings.py
+++ b/django/archives/settings.py
@@ -151,7 +151,6 @@ LOGGING = {
FORCE_SCRIPT_NAME=""
# Always override!
-MBOX_ARCHIVES_ROOT="/dev/null"
SEARCH_CLIENTS = ('127.0.0.1',)
API_CLIENTS = ('127.0.0.1',)