Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Update timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
rskrzypczak authored Nov 2, 2023
1 parent 1242983 commit f86ebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/YetiForce/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class ApiClient
/** @var int Total timeout of the request in seconds. */
private int $timeout = 20;
/** @var int The number of seconds to wait while trying to connect to a server. */
private int $connectTimeout = 2;
private int $connectTimeout = 10;

/**
* Send registration data.
Expand Down

0 comments on commit f86ebc3

Please sign in to comment.