increased max number of feeds showable

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@73683 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-04-19 13:47:24 +00:00
parent a7c3191953
commit f6fe2fcefe
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class NewsServiceImpl extends RemoteServiceServlet implements NewsService
private boolean withinPortal = false;
private final static int MAX_FEEDS_NO = 20;
private final static int MAX_FEEDS_NO = 30;
public void init() {
store = new DBCassandraAstyanaxImpl();