diff options
author | Lumb <lumb@git.multiple-creature.party> | 2019-06-20 09:44:32 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2019-07-17 07:08:14 +0000 |
commit | 6181c72ff51134a34c3d4e8e43d22ba185769b02 (patch) | |
tree | 60a9b130a76b7bdfa88db9892ccca6bcb5ecabaa | |
parent | b052644d2e06113f1ac685ff2263168f6827fedb (diff) |
add search var to sample env
Adding MAX_SEARCH RESULTS to the env sample file, and documented
-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 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 |