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 08:41:30 +0400
committerMatthieu Aubry <matt@piwik.org>2014-06-02 08:41:30 +0400
commite2f25480c1eb76d52ad511c24a719f60e81a3331 (patch)
tree4b19b19e1ccb0fc53499c9c27d3013daa8c01e43 /config
parente20bd1b463abc3d03fcf140f101b964ebe76a223 (diff)
New config setting bulk_requests_use_transaction=1
; 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
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 c8eb245981..fde4eea771 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -508,6 +508,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