Set maximum search size to the ES default max.

This commit is contained in:
Diana Huang
2020-11-10 12:49:34 -05:00
parent ece3c30ee3
commit fd730a7af3

View File

@@ -73,7 +73,7 @@ from .toggles import are_team_submissions_enabled
TEAM_MEMBERSHIPS_PER_PAGE = 5
TOPICS_PER_PAGE = 12
MAXIMUM_SEARCH_SIZE = 100000
MAXIMUM_SEARCH_SIZE = 10000
log = logging.getLogger(__name__)