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:
authorbenakamoorthi <benaka.moorthi@gmail.com>2012-04-07 06:30:49 +0400
committerbenakamoorthi <benaka.moorthi@gmail.com>2012-04-07 06:30:49 +0400
commitf4d248d5e1792e49a9eea42801a4ab120dc0663f (patch)
treee006abc7fa499ea4a13ec29637faf8ffeb36f849 /config
parent259028c93bdbe8bb19156bfe92d0c7dc5e47a336 (diff)
Fixes #53. Augmented the log data deletion feature. Added the ability to purge old reports and metrics.
Other changes: * Added the following plugin functions: Piwik_DropTables, Piwik_OptimizeTables, Piwik_DeleteAllRows. Also refactored existing code to use them. * Modified graph, tag cloud & datatable templates/views to show a different message if there's no data for a report and if its possible that report was purged. * Refactored DbStats API, added getAllTablesStatus method that doesn't modify the SHOW TABLE STATUS result. * Deletelogs config options are now stored in the DB. * Added task priority support to the TaskScheduler. git-svn-id: http://dev.piwik.org/svn/trunk@6174 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 27950adbbe..fcc40d730b 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -375,11 +375,9 @@ tracking_requests_require_authentication = 1
; otherwise you may lose tracking data.
; delete_logs_schedule_lowest_interval - lowest possible interval between two table deletes (in days, 1|7|30). Default: 7.
; delete_logs_older_than - delete data older than XX (days). Default: 180
-; delete_max_rows_per_run - Maximum of rows deleted in one go (in thousands); 0 for no limit
delete_logs_enable = 0
delete_logs_schedule_lowest_interval = 7
delete_logs_older_than = 180
-delete_max_rows_per_run = 100
[branding]
; custom logo