From 3d2820aa0f070200ce7af7522a27f28abe4f6992 Mon Sep 17 00:00:00 2001 From: Zep Fietje Date: Sat, 8 Apr 2023 11:34:43 +0200 Subject: [PATCH] Update src/Pirsch.php --- src/Pirsch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pirsch.php b/src/Pirsch.php index 8ef95a7..e0c3305 100755 --- a/src/Pirsch.php +++ b/src/Pirsch.php @@ -18,7 +18,7 @@ public static function track( try { Http::withToken(config('pirsch.token')) - ->timeout(config('pirsch.timeout')) + ->timeout(5) ->retry( times: 3, sleepMilliseconds: 100,