From: Lady Lumb <42786600+LadyLumb@users.noreply.github.com> Date: Sun, 2 Jun 2019 12:50:51 +0000 (-0700) Subject: Added max search results var to sample env X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=19c3a941e8ac53a6e1ab6e9c0aaadbc53dd0050f;p=mastodon.git Added max search results var to sample env Added and documented MAX_SEARCH_RESULTS to the .env.production.sample file --- 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