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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-27 08:53:48 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-27 08:53:48 +0300
commitbc89b5ec03cf3833a41560110b0e433f93232c22 (patch)
tree2f43f6a73739276380399ec8ed2b0eb40fdf2fb6 /config
parentcd91ede1a0455b07039df0295a52f94924fdf204 (diff)
- memory and speed optimizations of archiving, refs #374 (hopefully fixing it but not sure yet)
- added support for profiling memory & time in Piwik via the events mechanism - small other changes
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 7e3b83bfaa..5db6d8160e 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -32,7 +32,8 @@ adapter = PDO_MYSQL
[Debug]
; if set to 1, the archiving process will always be triggered, even if the archive has already been computed
; this is useful when making changes to the archiving code so we can force the archiving process
-always_archive_data = 0
+always_archive_data_period = 0;
+always_archive_data_day = 0;
; if set to 1, all the SQL queries will be recorded by the profiler
; and a profiling summary will be printed at the end of the request
@@ -183,6 +184,7 @@ download_redirect_var_name = redirect
logger_message[] = screen
logger_error[] = screen
logger_exception[] = screen
+
; if configured to log in files, log files will be created in this relative path
; eg. if the value is tmp/logs files will be created in /path/to/piwik/tmp/logs/
logger_file_path = tmp/logs/
@@ -209,7 +211,6 @@ error_reporting = E_ALL|E_NOTICE
; allow smarty debugging using {debug}
debugging = 1
-
[Plugins]
Plugins[] = CorePluginsAdmin
Plugins[] = CoreAdminHome