From 5e32ff1a54212cb6a5ef3a73800ffa4ab591f741 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Mon, 13 Nov 2017 14:31:50 +0000 Subject: [PATCH] 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 --- .../org/gcube/portlets/user/newsfeed/shared/NewsConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;