Skip to content

Commit

Permalink
πŸ’₯ Change - increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenMelbz committed May 19, 2020
1 parent 1ab80bd commit 3ff904c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Checkers/Uptime.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ private function fetch()
RequestOptions::HEADERS => [
'User-Agent' => config('app.user_agent'),
],
RequestOptions::CONNECT_TIMEOUT => 5,
RequestOptions::READ_TIMEOUT => 5,
RequestOptions::TIMEOUT => 10,
RequestOptions::CONNECT_TIMEOUT => 20,
RequestOptions::READ_TIMEOUT => 20,
RequestOptions::TIMEOUT => 60,
RequestOptions::DEBUG => false,
]);

Expand Down

0 comments on commit 3ff904c

Please sign in to comment.