From db9d882c2567fba197754a1f6fd1d75114d33560 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 May 2022 15:56:23 +0200 Subject: Add ability to set default feed items count --- config/default.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/default.yaml') 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: # Set this to false if you don't want to allow config edition in the web interface by instance admins allowed: true +# XML, Atom or JSON feeds +feeds: + videos: + # Default number of videos displayed in feeds + count: 20 + + comments: + # Default number of comments displayed in feeds + count: 20 + cache: previews: size: 500 # Max number of previews you want to cache -- cgit v1.2.3