mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-3906: set maxProcessedRecords to batchsize value if it is not set
from the request
This commit is contained in:
@@ -134,7 +134,8 @@ public class DynamicAuthoritiesGet extends DeclarativeWebScript implements Recor
|
||||
return model;
|
||||
}
|
||||
|
||||
Long totalNumberOfRecordsToProcess = 0L;
|
||||
//default total number of records to be processed to batch size value
|
||||
Long totalNumberOfRecordsToProcess = batchSize;
|
||||
if (StringUtils.isNotBlank(totalToBeProcessedRecordsStr))
|
||||
{
|
||||
try
|
||||
|
Reference in New Issue
Block a user