From 8c0a9e9ce5553b4b55d04d61e18bb8eddaa90e85 Mon Sep 17 00:00:00 2001 From: pabs Date: Sat, 18 Jun 2011 03:00:12 +0000 Subject: [PATCH] Accept more posts per run on the derivatives planet git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1452 c2f067bf-98e0-425f-9c98-e76020cfa380 --- config/config.ini.deriv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.ini.deriv b/config/config.ini.deriv index 1d6a50b..dc12635 100644 --- a/config/config.ini.deriv +++ b/config/config.ini.deriv @@ -73,9 +73,9 @@ owner_email = planet@debian.org search = false # new_feed_items: Number of items to take from new feeds # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL -new_feed_items = 1 +new_feed_items = 50 log_level = DEBUG -spider_threads = 15 +spider_threads = 30 # template_files: Space-separated list of output template files template_files = templates/index.html.dj templates/atom.xml.dj templates/rss20.xml.dj templates/rss10.xml.dj templates/opml.xml.dj templates/foafroll.xml.dj -- 2.39.2