mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
increase default connection timeout
This commit is contained in:
parent
56a1025e51
commit
bb3f7595f7
5 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ class Gemini
|
|||
|
||||
public function request(
|
||||
Address $address,
|
||||
int $timeout = 5
|
||||
int $timeout = 15
|
||||
): void
|
||||
{
|
||||
$request = new Request(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue