oum update checks

This commit is contained in:
alejandro.campos@artica.es 2023-10-23 15:50:01 +02:00
parent 0ff07f55dd
commit 2688d70332
1 changed files with 1 additions and 1 deletions

View File

@ -1318,7 +1318,7 @@ class Client
// that will be updated in product.
// Do once.
$source_size = $this->getDirectorySize($from);
$source_size = 999999999999;
// Check available disk space before writing files.
if (disk_free_space($to) < $source_size) {
throw new \Exception('Not enough disk space to write the files');