Increase RSS size

The RSS feed contains one month of articles. Since the split
of today news in a lot of entries, the size of the feed is
very large.
This commit is contained in:
Florent 2013-02-11 14:03:42 +01:00
commit 757070e7cd

View file

@ -38,7 +38,7 @@ class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
BROWSER = NewspaperPresseuropBrowser
RSSID = staticmethod(rssid)
URL2ID = staticmethod(url2id)
RSSSIZE = 180
RSSSIZE = 300
CONFIG = BackendConfig(Value('lang', label='Lang of articles',
choices={'fr': 'fr', 'de': 'de', 'en': 'en',
'cs': 'cs', 'es': 'es', 'it': 'it', 'nl': 'nl',