Skip to content

Commit

Permalink
Update src/Pirsch.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje authored Apr 8, 2023
1 parent 7db7cea commit 3d2820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pirsch.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3d2820a

Please sign in to comment.