In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Threshold file.
Scroll to the third parameter element, ChunkSize, in the EuidGeneratorConfig element.
Change the value of the parameter-value element to the desired chunk size.
For example:
<parameter>
<parameter-name>EuidGeneratorConfig</parameter-name>
<parameter-type>java.lang.Integer</parameter-type>
<parameter-value>100</parameter-value>
</parameter>
|
Save and close the file.