winhttp: Adjust connect timeout to the value observed on Windows.
This commit is contained in:
parent
9e769f2fae
commit
4b5f14f5f4
|
@ -33,7 +33,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winhttp);
|
||||
|
||||
#define DEFAULT_CONNECT_TIMEOUT 60000
|
||||
#define DEFAULT_CONNECT_TIMEOUT 20000
|
||||
#define DEFAULT_SEND_TIMEOUT 30000
|
||||
#define DEFAULT_RECEIVE_TIMEOUT 30000
|
||||
|
||||
|
|
Loading…
Reference in New Issue