mirror of
https://github.com/nextcloud/server.git
synced 2026-04-09 11:07:25 -04:00
Merge pull request #58466 from nextcloud/carl/abort-early
This commit is contained in:
commit
432c06cb5b
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ class Propagator implements IPropagator {
|
|||
}
|
||||
}
|
||||
|
||||
if ($parents === []) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ($this->inBatch) {
|
||||
foreach ($parents as $parent) {
|
||||
$this->addToBatch($parent, $time, $sizeDifference);
|
||||
|
|
|
|||
Loading…
Reference in a new issue