diff --git a/config/global.ini.php b/config/global.ini.php index c8eb24598133886fcee26d5a3b38e942a6559c4f..fde4eea771a923ce7485ff4eacdbf31d7449d031 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