mirror of
https://github.com/nextcloud/server.git
synced 2026-03-15 07:03:16 -04:00
Merge pull request #52019 from nextcloud/bugfix/noid/only-check-to-cleanup-chunks-once
fix(dav): Really only run the chunk cleanup once
This commit is contained in:
commit
86981bf05d
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