Increase download timeout
This commit is contained in:
parent
644b75fdb4
commit
fb707a1d6e
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class TrackerController extends Controller
|
|||
|
||||
$client = new Client([
|
||||
'base_uri' => 'https://app.wayward.travel/',
|
||||
'timeout' => 3.0
|
||||
'timeout' => 10.0
|
||||
]);
|
||||
$response = $client->get('trip/'.($tripId ?? config('app.current_trip_id')).'/user/zmld8ko6qy7d9j3xvq10/json');
|
||||
|
||||
|
|
Loading…
Reference in a new issue