increase max rss item count to something more reasonable

SVN revision: 67453
This commit is contained in:
Mike Blumenkrantz 2012-01-22 17:46:24 +00:00
parent e85e859f8d
commit 630ec160e5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ typedef enum _News_Feed_Popup_News_Active
#define NEWS_FEED_PROXY_PORT_DEFAULT 8080
#define NEWS_FEED_UNREAD_COUNT_MAX 150
#define NEWS_FEED_UNREAD_COUNT_MAX 1000
#define NEWS_FEED_POPUP_NEWS_ACTIVE_DEFAULT NEWS_FEED_POPUP_NEWS_ACTIVE_ALL
#define NEWS_FEED_POPUP_NEWS_TIMER_S_DEFAULT 8