mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update lib/private/TextToImage/RemoveOldTasksBackgroundJob.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
1f090a3ad7
commit
91448888d1
1 changed files with 2 additions and 2 deletions
|
|
@ -45,10 +45,10 @@ class RemoveOldTasksBackgroundJob extends TimedJob {
|
|||
ITimeFactory $timeFactory,
|
||||
private TaskMapper $taskMapper,
|
||||
private LoggerInterface $logger,
|
||||
private IAppDataFactory $appDataFactory,
|
||||
IAppDataFactory $appDataFactory,
|
||||
) {
|
||||
parent::__construct($timeFactory);
|
||||
$this->appData = $this->appDataFactory->get('core');
|
||||
$this->appData = $appDataFactory->get('core');
|
||||
$this->setInterval(60 * 60 * 24);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue