Skip to content

Commit

Permalink
Merge pull request #274 from matomo-org/disablequeue
Browse files Browse the repository at this point in the history
always disable queued tracking when sending requests from log import
  • Loading branch information
tsteur authored Jul 22, 2020
2 parents 5a1f5f8 + a1e510b commit aa4a17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions import_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1919,6 +1919,7 @@ def _get_hit_args(self, hit):
'cip': hit.ip,
'cdt': self.date_to_matomo(hit.date),
'idsite': site_id,
'queuedtracking': '0',
'dp': '0' if config.options.reverse_dns else '1',
'ua': hit.user_agent
}
Expand Down

0 comments on commit aa4a17f

Please sign in to comment.