diff --git a/system/includes/functions.php b/system/includes/functions.php index e4973aa..fa36288 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -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);