mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Tasks/Backup.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
co-authored by
Jake Barnby
parent
3dc82bcaca
commit
b521137149
@@ -313,6 +313,6 @@ class Backup extends Action
|
||||
throw new Exception('Set Processors Error');
|
||||
}
|
||||
|
||||
$this->processors = $processors;
|
||||
$this->processors = \max(1, $processors - 2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user