mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
pingpong: change default response timeout to 120 seconds
Previously it was 30 minutes
This commit is contained in:
parent
154a17b6ee
commit
d8a9de6203
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user