diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index c3e42350b..c0d17decf 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -297,6 +297,16 @@ webadmin: | |||
297 | # Set this to false if you don't want to allow config edition in the web interface by instance admins | 297 | # Set this to false if you don't want to allow config edition in the web interface by instance admins |
298 | allowed: true | 298 | allowed: true |
299 | 299 | ||
300 | # XML, Atom or JSON feeds | ||
301 | feeds: | ||
302 | videos: | ||
303 | # Default number of videos displayed in feeds | ||
304 | count: 20 | ||
305 | |||
306 | comments: | ||
307 | # Default number of comments displayed in feeds | ||
308 | count: 20 | ||
309 | |||
300 | cache: | 310 | cache: |
301 | previews: | 311 | previews: |
302 | size: 500 # Max number of previews you want to cache | 312 | size: 500 # Max number of previews you want to cache |