let vreFolderCache expire after 2 hours

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@144195 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-02-23 14:15:36 +00:00
parent 9a245922d4
commit 3c7eb108a9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class ManageTimeSeriesThread extends Thread{
// try to attach the source at most CANCHES times ..
private static final int CANCHES = 3;
private static CacheInterface<String, WorkspaceCatalogue> vreFolderCache = new CacheImpl<String, WorkspaceCatalogue>(1000 * 60 * 30);
private static CacheInterface<String, WorkspaceCatalogue> vreFolderCache = new CacheImpl<String, WorkspaceCatalogue>(1000 * 60 * 120);
private Common record;
private String packageName;