ExtractFromNotesJob: decrease frequency

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2022-09-23 12:58:07 +02:00
parent 8a802d8fbd
commit 1813b5a478
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use OCP\IUserManager;
use Psr\Log\LoggerInterface;
class ExtractFromNotesJob extends TimedJob {
public const INTERVAL = 5 * 60; // 5 minutes
public const INTERVAL = 24 * 60 * 60; // 24h
/**
* @var IUserManager
*/