mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #52054 from nextcloud/backport/52019/stable31
[stable31] fix(dav): Really only run the chunk cleanup once
This commit is contained in:
commit
023542c9a5
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ class ChunkCleanup implements IRepairStep {
|
|||
// If we already ran this onec there is no need to run it again
|
||||
if ($this->config->getAppValue('dav', 'chunks_migrated', '0') === '1') {
|
||||
$output->info('Cleanup not required');
|
||||
return;
|
||||
}
|
||||
|
||||
$output->startProgress();
|
||||
|
|
|
|||
Loading…
Reference in a new issue