Hi. I have default timeout in config :
'http' => [
'timeout' => 3,
'connect_timeout' => 3,
],
and driver:
'driver' => Stevebauman\Location\Drivers\IpApi::class,
no fallbacks. But when I call: $position = Location::get($ip); It returns false after ~16 seconds. Shouldn't it expire after 6 seconds with some Timeout Exception rather?
Hi. I have default timeout in config :
and driver:
no fallbacks. But when I call:
$position = Location::get($ip);It returns false after ~16 seconds. Shouldn't it expire after 6 seconds with some Timeout Exception rather?