diff --git a/whispermaphone/settings.py b/whispermaphone/settings.py index 78293e8..9e30feb 100644 --- a/whispermaphone/settings.py +++ b/whispermaphone/settings.py @@ -57,6 +57,8 @@ HAYSTACK_CONNECTIONS = { }, } +HAYSTACK_SEARCH_RESULTS_PER_PAGE = 1000000 + MIDDLEWARE = [ "django.middleware.security.SecurityMiddleware", "django.middleware.common.CommonMiddleware",