There was an error while loading. Please reload this page.
2 parents cac0c70 + 8fda599 commit 9fc49a2Copy full SHA for 9fc49a2
1 file changed
lib/BackgroundJobs/ActionJob.php
@@ -20,7 +20,7 @@
20
use OCP\BackgroundJob\QueuedJob;
21
22
class ActionJob extends QueuedJob {
23
- private const BATCH_SIZE = 100;
+ private const BATCH_SIZE = 1000;
24
25
public function __construct(
26
ITimeFactory $timeFactory,
0 commit comments