From 3e59a3095207d2e8c4778d482114d97a4303ccc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kurzeja?= Date: Wed, 10 Sep 2014 11:59:13 +0200 Subject: Added tests for segments, renamed fixtures, removed code duplication, changed purge invaldiated data task priority --- plugins/CoreAdminHome/Tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CoreAdminHome/Tasks.php') 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); -- cgit v1.2.3