Browse Source

* disable wait in curl request (php method)

pull/496/head
maenz.torsten 4 years ago
parent
commit
ee013b009a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      system/includes/functions.php

+ 3
- 0
system/includes/functions.php View File

@ -2078,6 +2078,9 @@ EOF;
// Matomo object
$matomoTracker = new MatomoTracker((int) $matomoID, $matomoURL);
// do not wait
$matomoTracker->setRequestTimeout(1);
// Set authentication token
$matomoTracker->setTokenAuth($matomoToken);


Loading…
Cancel
Save