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
path: root/config
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-11-20 03:26:10 +0300
committerGitHub <noreply@github.com>2017-11-20 03:26:10 +0300
commit07072e7fae878c146cc81c0ab96b9f5489e4d8ab (patch)
tree5a2b30b52654cfd2c7b8e5c6f32aca8a6e777fd6 /config
parentfd53c52d115b08db8135adc475b9c7fa85c4fcd1 (diff)
Mention that old report data can be invalidated using the new InvalidateReports plugin (#12286)
* Minor changes to wording * Add a mention to the InvalideReports plugin
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c03ec5e90f..418d49731b 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -319,11 +319,11 @@ minimum_mysql_version = 4.1
; PostgreSQL minimum required version
minimum_pgsql_version = 8.3
-; Minimum advised memory limit in php.ini file (see memory_limit value)
+; Minimum advised memory limit in Mb in php.ini file (see memory_limit value)
; Set to "-1" to always use the configured memory_limit value in php.ini file.
minimum_memory_limit = 128
-; Minimum memory limit enforced when archived via ./console core:archive
+; Minimum memory limit in Mb enforced when archived via ./console core:archive
; Set to "-1" to always use the configured memory_limit value in php.ini file.
minimum_memory_limit_when_archiving = 768