incremented the number of trials

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@162544 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2018-01-24 18:02:37 +00:00
parent aff81c524e
commit 271d16d3e0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class ManageTimeSeriesThread extends Thread{
private static final org.slf4j.Logger logger = LoggerFactory.getLogger(ManageTimeSeriesThread.class);
// try to attach the source at most CHANCES times ..
private static final int CHANCES = 3;
private static final int CHANCES = 10;
private static CacheInterface<String, WorkspaceCatalogue> vreFolderCache = new CacheImpl<String, WorkspaceCatalogue>(1000 * 60 * 60 * 24);