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:
authorMichał Kurzeja <mkurzeja@accesto.pl>2014-09-10 13:59:13 +0400
committerMichał Kurzeja <mkurzeja@accesto.pl>2014-09-10 13:59:13 +0400
commit3e59a3095207d2e8c4778d482114d97a4303ccc4 (patch)
tree2e3057ee647db539796301bcb53f240d19745ea3 /plugins/CoreAdminHome/Tasks.php
parent8ee11d1f693fdb159ccdb2b1aa28e779770737bc (diff)
Added tests for segments, renamed fixtures, removed code duplication, changed purge invaldiated data task priority
Diffstat (limited to 'plugins/CoreAdminHome/Tasks.php')
-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 3f82dba9e6..461ca5ca52 100644
--- a/plugins/CoreAdminHome/Tasks.php
+++ b/plugins/CoreAdminHome/Tasks.php
@@ -21,7 +21,7 @@ class Tasks extends \Piwik\Plugin\Tasks
$this->daily('purgeOutdatedArchives', null, self::HIGH_PRIORITY);
// general data purge on invalidated archive records, executed daily
- $this->daily('purgeInvalidatedArchives', null, self::HIGH_PRIORITY);
+ $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);