limit max number of feed items to 500, to avoid flooding possibility. Improved text

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7023 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-01-16 20:51:13 +00:00
parent 8594d68985
commit b8c65db00e
3 changed files with 16 additions and 4 deletions

View file

@ -94,7 +94,7 @@ private:
void sendNewsFeedChanged();
QSet<QObject*> widgets;
std::list<QObject*> widgets;
/* lists of feedItems */
std::list<ForumNewItem *> mForumNewItems;