mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05: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
|
|
@ -135,7 +135,7 @@ class Page
|
|||
public function update(
|
||||
bool $history = true,
|
||||
int $refresh = 100,
|
||||
int $timeout = 5
|
||||
int $timeout = 15
|
||||
): void
|
||||
{
|
||||
// Update title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue