diff --git a/src/main/java/org/gcube/portlets/user/newsfeed/shared/NewsConstants.java b/src/main/java/org/gcube/portlets/user/newsfeed/shared/NewsConstants.java index 883a89c..497e2e2 100644 --- a/src/main/java/org/gcube/portlets/user/newsfeed/shared/NewsConstants.java +++ b/src/main/java/org/gcube/portlets/user/newsfeed/shared/NewsConstants.java @@ -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;