diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-09-28 19:53:59 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-09-28 19:53:59 +0200 |
| commit | dcfa0687f41e303c9e465ff52abe6d16331512d5 (patch) | |
| tree | db57822b1bdd2bc0e8f2e0352cc384befed572f5 /config | |
| parent | a01433960dcfb3c1429f664f77928be4cac2a6ff (diff) | |
| parent | 7c45026383132c5aaf47b761ef132f5b0e635bb8 (diff) | |
| download | invidious-dcfa0687f41e303c9e465ff52abe6d16331512d5.tar.gz invidious-dcfa0687f41e303c9e465ff52abe6d16331512d5.tar.bz2 invidious-dcfa0687f41e303c9e465ff52abe6d16331512d5.zip | |
Allow to set max playlist length via a config variable (#3283)
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 10734c3a..160a2750 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -453,7 +453,13 @@ feed_threads: 1 ## #modified_source_code_url: "" - +## +## Maximum custom playlist length limit. +## +## Accepted values: Integer +## Default: 500 +## +#playlist_length_limit: 500 ######################################### # @@ -859,7 +865,7 @@ default_user_preferences: ## Default: false ## #automatic_instance_redirect: false - + ## ## Show the entire video description by default (when set to 'false', ## only the first few lines of the description are shown and a |
