mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
increase default connection timeout
This commit is contained in:
parent
56a1025e51
commit
bb3f7595f7
5 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ interface Connection
|
|||
|
||||
public function request(
|
||||
string $request,
|
||||
int $timeout = 5
|
||||
int $timeout = 15
|
||||
): void;
|
||||
|
||||
public function isCompleted(): bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue