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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/CoreAdminHome/Tasks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/Tasks.php b/plugins/CoreAdminHome/Tasks.php
index e6c7d1b242..5d8dadb3a5 100644
--- a/plugins/CoreAdminHome/Tasks.php
+++ b/plugins/CoreAdminHome/Tasks.php
@@ -65,7 +65,7 @@ class Tasks extends \Piwik\Plugin\Tasks
$this->daily('purgeInvalidatedArchives', null, self::LOW_PRIORITY);
// lowest priority since tables should be optimized after they are modified
- $this->daily('optimizeArchiveTable', null, self::LOWEST_PRIORITY);
+ $this->monthly('optimizeArchiveTable', null, self::LOWEST_PRIORITY);
$this->daily('cleanupTrackingFailures', null, self::LOWEST_PRIORITY);
$this->weekly('notifyTrackingFailures', null, self::LOWEST_PRIORITY);