Ver código fonte

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>
tags/v28.0.0beta1
Marcel Klehr 8 meses atrás
pai
commit
91448888d1
Nenhuma conta vinculada ao e-mail do autor do commit

+ 2
- 2
lib/private/TextToImage/RemoveOldTasksBackgroundJob.php Ver arquivo

@@ -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);
}


Carregando…
Cancelar
Salvar