Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2021-12-07 19:56:30 +0300
committerMaxence Lange <maxence@artificial-owl.com>2021-12-07 19:56:30 +0300
commit5b8fc6573c270c816ce247ae058ef6c6d428ea78 (patch)
treed1402bcf4241916e84686b7afdbeed6b0e1112d3
parentfc196cc1d43680d88f987457b7f754baed7158d5 (diff)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/Cron/Backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cron/Backup.php b/lib/Cron/Backup.php
index 7485177..1c14f87 100644
--- a/lib/Cron/Backup.php
+++ b/lib/Cron/Backup.php
@@ -74,7 +74,7 @@ class Backup extends TimedJob {
ConfigService $configService,
LoggerInterface $loggerInterface
) {
- $this->setInterval(9);
+ $this->setInterval(900);
$this->pointService = $pointService;
$this->cronService = $cronService;