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 <matt@piwik.org>2014-06-02 11:18:18 +0400
committerMatthieu Aubry <matt@piwik.org>2014-06-02 11:18:18 +0400
commit657a35e182b2b1441af80649695a10cd689eff1f (patch)
tree1447aa97d8411e3fc7d7f204a34cddca323973cf /config
parentc18c274c6aebdead9e09d22e7b0b1e023608a96d (diff)
parent96036df179a71e9aa71bfba50a172a1e40dce16c (diff)
Merge pull request #281 from medic123de/db-transactional-mode
Use transactions for Tracking API requests in bulk. fixes #5275 Thanks for the pull request, it's an Awesome Performance Improvement!
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 1c6b45d30f..daf25473c7 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -524,6 +524,10 @@ tracker_cache_file_ttl = 300
; Whether Bulk tracking requests to the Tracking API requires the token_auth to be set.
bulk_requests_require_authentication = 0
+; Whether Bulk tracking requests will be wrapped within a DB Transaction.
+; This greatly increases performance of Log Analytics and in general any Bulk Tracking API requests.
+bulk_requests_use_transaction = 1
+
; Comma separated list of known Referrer Spammers, ie. bot visits that set a fake Referrer field.
; All Visits with a Referrer URL host set to one of these will be excluded.
; If you find new spam entries in Referrers>Websites, please report them here: http://dev.piwik.org/trac/ticket/5099