Time insensitive backup job

Signed-off-by: Akhil <akhil.potukuchi@gmail.com>
This commit is contained in:
Akhil 2023-02-24 09:52:40 +05:30
parent 6d558cb527
commit 8eef06de8b
No known key found for this signature in database
GPG Key ID: 7C737B3BD58C0A26
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class BackupJob extends TimedJob {
$this->bookmarkMapper = $bookmarkMapper;
$this->setInterval(self::INTERVAL);
$this->setTimeSensitivity(self::TIME_INSENSITIVE);
$this->timeFactory = $timeFactory;
$this->userManager = $userManager;
$this->backupManager = $backupManager;