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:
parent
8e496311e0
commit
757070e7cd
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
|
||||||
BROWSER = NewspaperPresseuropBrowser
|
BROWSER = NewspaperPresseuropBrowser
|
||||||
RSSID = staticmethod(rssid)
|
RSSID = staticmethod(rssid)
|
||||||
URL2ID = staticmethod(url2id)
|
URL2ID = staticmethod(url2id)
|
||||||
RSSSIZE = 180
|
RSSSIZE = 300
|
||||||
CONFIG = BackendConfig(Value('lang', label='Lang of articles',
|
CONFIG = BackendConfig(Value('lang', label='Lang of articles',
|
||||||
choices={'fr': 'fr', 'de': 'de', 'en': 'en',
|
choices={'fr': 'fr', 'de': 'de', 'en': 'en',
|
||||||
'cs': 'cs', 'es': 'es', 'it': 'it', 'nl': 'nl',
|
'cs': 'cs', 'es': 'es', 'it': 'it', 'nl': 'nl',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue