increased number of feeds shown per vre in home

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@158424 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-11-13 14:31:50 +00:00
parent 79d974bbbd
commit 5e32ff1a54
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ public class NewsConstants {
/**
* Feeds Number to who per VRE/Category
*/
public static final int FEEDS_NO_PER_CATEGORY = 6;
public static final int FEEDS_NO_PER_CATEGORY = 9;
public static final int FEEDS_MAX_PER_CATEGORY = 30;