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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-01-02 13:36:42 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-01-02 13:36:42 +0300
commit6c756306de1a74aed3f16570d92a7b0f97861de1 (patch)
treeffe102f0dfe9f346e6f7530dfc0037ad9bbaceff
parent66f5ef2d4fbd452c95f1f9866f6d2bce5c1fc6a7 (diff)
set cron to 20 minutesv0.3.2
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/Cron/Index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cron/Index.php b/lib/Cron/Index.php
index 013f861..d16afdd 100644
--- a/lib/Cron/Index.php
+++ b/lib/Cron/Index.php
@@ -63,7 +63,7 @@ class Index extends TimedJob {
private $runner;
public function __construct() {
- $this->setInterval(5); // 20 minutes
+ $this->setInterval(20 * 60); // 20 minutes
}