From 6181c72ff51134a34c3d4e8e43d22ba185769b02 Mon Sep 17 00:00:00 2001 From: Lumb Date: Thu, 20 Jun 2019 09:44:32 +0000 Subject: add search var to sample env Adding MAX_SEARCH RESULTS to the env sample file, and documented --- .env.production.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.production.sample b/.env.production.sample index 3fd1c3f96..c13dc8bc1 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -175,6 +175,10 @@ STREAMING_CLUSTER_NUM=1 # Maximum length of audio uploads in seconds # MAX_AUDIO_LENGTH=60 +# Maximum number of search results +# Only really matters if elasticsearch is enabled +# MAX_SEARCH_RESULTS=100 + # LDAP authentication (optional) # LDAP_ENABLED=true # LDAP_HOST=localhost -- cgit