updated reset cache time

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@112326 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-03-03 14:26:46 +00:00
parent 214c481f57
commit 4b7b869d55
1 changed files with 4 additions and 3 deletions

View File

@ -66,10 +66,11 @@ public class GisResolver extends HttpServlet{
private Timer timer;
private GisViewerAppGenericResourcePropertyReader gisViewerAppPropertyReader;
//TEN MINUTES
public static final long CACHE_RESET_TIME = 10*60*1000;
//THIRTY MINUTES
public static final long CACHE_RESET_TIME = 30*60*1000;
public static final long CACHE_RESET_DELAY = 5*1000;
//TEN MINUTES
public static final long CACHE_RESET_DELAY = 10*1000;
@Override
public void init() throws ServletException {