We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd79a28 + b27cbdb commit bb94f3bCopy full SHA for bb94f3b
apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php
@@ -78,6 +78,7 @@ protected function run($argument) {
78
// If the last batch was not full it means that we reached the end of the user list.
79
if ($count < self::USER_BATCH_SIZE) {
80
$this->resetOffset();
81
+ break;
82
}
83
84
0 commit comments