mirror of https://github.com/2dust/v2rayN
Timeout to 30s
parent
f597f09914
commit
9415055e6f
|
@ -206,7 +206,7 @@ namespace v2rayN.Handler
|
|||
try
|
||||
{
|
||||
HttpWebRequest myHttpWebRequest = (HttpWebRequest)WebRequest.Create(url);
|
||||
myHttpWebRequest.Timeout = 5000;
|
||||
myHttpWebRequest.Timeout = 30 * 1000;
|
||||
myHttpWebRequest.Proxy = webProxy;
|
||||
|
||||
Stopwatch timer = new Stopwatch();
|
||||
|
|
Loading…
Reference in New Issue