Project

General

Profile

« Previous | Next » 

Revision 40071

fix speed for patch hostedby

View differences:

modules/dnet-openaireplus-workflows/branches/dnet-openaireplus-workflows-4.1.X/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/hostedby/UpsertHostedByApisJobNode.java
57 57
			for (IfaceDesc iface : ds.getInterfaces()) {
58 58
				if (HOSTED_BY_COMPLIANCE.equals(iface.getCompliance())) {
59 59

  
60
					dsManager.updateExtraField(dsId, iface.getId(), namepsacePrefix + ":" + extraFieldForDate, date, false);
61
					dsManager.updateExtraField(dsId, iface.getId(), namepsacePrefix + ":" + extraFieldsForTotal, Integer.toString(size), false);
62
					dsManager.updateExtraField(dsId, iface.getId(), namepsacePrefix + ":" + extraFieldForMdId, mdId, false);
60
				    //dsManager.updateExtraField(dsId, iface.getId(), namepsacePrefix + ":" + extraFieldForDate, date, false);
61
				    //dsManager.updateExtraField(dsId, iface.getId(), namepsacePrefix + ":" + extraFieldsForTotal, Integer.toString(size), false);
62
				    //dsManager.updateExtraField(dsId, iface.getId(), namepsacePrefix + ":" + extraFieldForMdId, mdId, false);
63 63
					return;
64 64
				}
65 65
			}

Also available in: Unified diff