diff options
author | Lady Lumb <42786600+LadyLumb@users.noreply.github.com> | 2019-06-02 05:50:51 -0700 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-07-20 16:39:48 +0200 |
commit | 19c3a941e8ac53a6e1ab6e9c0aaadbc53dd0050f (patch) | |
tree | a293dc0115110b312361bc23c506fa9e0eacb8a2 | |
parent | 0ed0c77266b82f313dec196d82edcc0aef5c2ae5 (diff) |
Added max search results var to sample env
Added and documented MAX_SEARCH_RESULTS to the .env.production.sample file
-rw-r--r-- | .env.production.sample | 4 |
1 files changed, 4 insertions, 0 deletions
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 |