Platform 7.0.0.3 resolved issues

Total: 1 issue

----------------

PLAT-8010

Batch Size and Num_Threads configuration error with manually created data replication task

After creating the Data Replication task manually in the registry and then running the task without setting its parameters, the batch size is set to null (should be 1000). After setting the batch size, the number of threads is set to null in the Jobskd_Task_Param table (should be 10).

Outcome

Fixed. The number of threads is always set to 10 whenever the batch size parameter is modified.

----------------