Project

General

Profile

« Previous | Next » 

Revision b19e5a61

Added by Katja Luther almost 12 years ago

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivatorFE.java
44 44
	//Taxon names can't be mapped to their CDM ids as PESI Taxon table mainly holds taxa and there IDs. We ad nameIdStart to the TaxonName id to get a unique id
45 45
	static final int nameIdStart = 10000000;
46 46
	
47
	static final int partitionSize = 5000;
47
	static final int partitionSize = 2000;
48 48
	
49 49
	//check - export
50 50
	static final CHECK check = CHECK.EXPORT_WITHOUT_CHECK;

Also available in: Unified diff