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:
parent
6bcca08ff1
commit
aa4cf5ff6b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue