diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 54452d5e2..f7c9b620c 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -296,6 +296,16 @@ webadmin: | |||
296 | # Set this to false if you don't want to allow config edition in the web interface by instance admins | 296 | # Set this to false if you don't want to allow config edition in the web interface by instance admins |
297 | allowed: true | 297 | allowed: true |
298 | 298 | ||
299 | # XML, Atom or JSON feeds | ||
300 | feeds: | ||
301 | videos: | ||
302 | # Default number of videos displayed in feeds | ||
303 | count: 20 | ||
304 | |||
305 | comments: | ||
306 | # Default number of comments displayed in feeds | ||
307 | count: 20 | ||
308 | |||
299 | cache: | 309 | cache: |
300 | previews: | 310 | previews: |
301 | size: 500 # Max number of previews you want to cache | 311 | size: 500 # Max number of previews you want to cache |
@@ -469,6 +479,9 @@ import: | |||
469 | # Amount of import jobs to execute in parallel | 479 | # Amount of import jobs to execute in parallel |
470 | concurrency: 1 | 480 | concurrency: 1 |
471 | 481 | ||
482 | # Set a custom video import timeout to not block import queue | ||
483 | timeout: '2 hours' | ||
484 | |||
472 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | 485 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html |
473 | http: | 486 | http: |
474 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server | 487 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server |