mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Update to call updateStatusOnlyUpwards
This commit is contained in:
@ -305,7 +305,7 @@ public class RDBMSUpdateAction extends AbstractRDBMSAction implements UpdateInte
|
|||||||
private void incrementStatus(UpdateInput updateInput, int amount)
|
private void incrementStatus(UpdateInput updateInput, int amount)
|
||||||
{
|
{
|
||||||
statusCounter += amount;
|
statusCounter += amount;
|
||||||
updateInput.getAsyncJobCallback().updateStatus(statusCounter, updateInput.getRecords().size());
|
updateInput.getAsyncJobCallback().updateStatusOnlyUpwards(statusCounter, updateInput.getRecords().size());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user