There was an error while loading. Please reload this page.
2 parents e4e193a + 5f70d36 commit d587cffCopy full SHA for d587cff
1 file changed
apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php
@@ -77,6 +77,7 @@ protected function run($argument) {
77
// If the last batch was not full it means that we reached the end of the user list.
78
if ($count < self::USER_BATCH_SIZE) {
79
$this->resetOffset();
80
+ break;
81
}
82
83
0 commit comments