Skip to content

Commit 9fc49a2

Browse files
authored
Merge pull request #154 from nextcloud/fix/action-job-batch-size
fix(ActionJob): Increase batch size
2 parents cac0c70 + 8fda599 commit 9fc49a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/BackgroundJobs/ActionJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
use OCP\BackgroundJob\QueuedJob;
2121

2222
class ActionJob extends QueuedJob {
23-
private const BATCH_SIZE = 100;
23+
private const BATCH_SIZE = 1000;
2424

2525
public function __construct(
2626
ITimeFactory $timeFactory,

0 commit comments

Comments
 (0)