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:
authorMartin Keckeis <martin.keckeis1@gmail.com>2015-02-27 09:48:12 +0300
committerMartin Keckeis <martin.keckeis1@gmail.com>2015-02-27 09:48:12 +0300
commitff0159edbb777556e7d5196ce9ef042605cad254 (patch)
tree40062ceeb0c2734a2e7e76c83a1299e9cd1c45cd /core/ArchiveProcessor
parentae333e944f561c697e17fa41782cadfeea64ee12 (diff)
Updaste purging message
Diffstat (limited to 'core/ArchiveProcessor')
-rw-r--r--core/ArchiveProcessor/Rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ArchiveProcessor/Rules.php b/core/ArchiveProcessor/Rules.php
index 5a90d46206..1e94a046db 100644
--- a/core/ArchiveProcessor/Rules.php
+++ b/core/ArchiveProcessor/Rules.php
@@ -161,7 +161,7 @@ class Rules
// when &segment= is specified (or custom date range) and would below, delete temporary archives that the
// browser is not able to process until next cron run (which could be more than 1 hour away)
if ($timestamp !== false && $timestamp >= time() - $purgeEveryNSeconds) {
- Log::info("Purging temporary archives: skipped (6h wait timeout)");
+ Log::info("Purging temporary archives: skipped (purging every " . $hoursBetweenPurge . "hours)");
return false;
}