]> granicus.if.org Git - curl/commitdiff
pingpong: change default response timeout to 120 seconds
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Dec 2018 08:26:17 +0000 (09:26 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Dec 2018 11:33:18 +0000 (12:33 +0100)
Previously it was 30 minutes

lib/urldata.h

index 8fb2d2894bd5c3c4cf11cb8842d5c99a8975cf2d..b9658162c558c740718c5570398440ee993f14b8 100644 (file)
@@ -77,7 +77,7 @@
 /* Default FTP/IMAP etc response timeout in milliseconds.
    Symbian OS panics when given a timeout much greater than 1/2 hour.
 */
-#define RESP_TIMEOUT (1800*1000)
+#define RESP_TIMEOUT (120*1000)
 
 #include "cookie.h"
 #include "psl.h"