From 19c3a941e8ac53a6e1ab6e9c0aaadbc53dd0050f Mon Sep 17 00:00:00 2001 From: Lady Lumb <42786600+LadyLumb@users.noreply.github.com> Date: Sun, 2 Jun 2019 05:50:51 -0700 Subject: [PATCH] Added max search results var to sample env Added and documented MAX_SEARCH_RESULTS to the .env.production.sample file --- .env.production.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.production.sample b/.env.production.sample index 3388d380a..a2a9246d4 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -175,6 +175,10 @@ STREAMING_CLUSTER_NUM=1 # MAX_IMAGE_SIZE=8388608 # MAX_VIDEO_SIZE=41943040 +# Maximum search results to display +# Only relevant when elasticsearch is installed +# MAX_SEARCH_RESULTS=20 + # LDAP authentication (optional) # LDAP_ENABLED=true # LDAP_HOST=localhost