1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

pingpong: change default response timeout to 120 seconds

Previously it was 30 minutes
This commit is contained in:
Daniel Stenberg 2018-12-14 09:26:17 +01:00
parent 154a17b6ee
commit d8a9de6203
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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"