mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-17 05:18:27 +00:00
set timeout to 7
This commit is contained in:
parent
ee89445e6f
commit
d821dc35f0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace SanAndreasUnity.Net
|
|||
private void Start()
|
||||
{
|
||||
_client = new HttpClient();
|
||||
_client.Timeout = System.TimeSpan.FromSeconds(10);
|
||||
_client.Timeout = System.TimeSpan.FromSeconds(7);
|
||||
|
||||
_masterServerUrl = Config.Get<string>("master_server_url");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue