Added a configurable timer to reload (RR: Uri-Resolver or Gis-Resolver) parameters used for getLink

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/uri-resolver-manager@100819 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-10-21 10:56:24 +00:00
parent 6bcca08ff1
commit aa4cf5ff6b
1 changed files with 5 additions and 1 deletions

View File

@ -29,9 +29,13 @@ public class UriResolverManager {
/**
*
* Time to reload Runtime Resource Configuration
*/
public static int RESET_DELAY = 10*60*1000; //10 MINUTES
/**
* Time to reload Runtime Resource Configuration
*/
public static int RESET_TIME = RESET_DELAY; //10 MINUTES
private UriResolverMapReader uriResolverMapReader;