winhttp: Adjust connect timeout to the value observed on Windows.

This commit is contained in:
Hans Leidekker 2010-01-25 12:26:58 +01:00 committed by Alexandre Julliard
parent 9e769f2fae
commit 4b5f14f5f4
1 changed files with 1 additions and 1 deletions

View File

@ -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