Unverified Commit d8a9de62 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

pingpong: change default response timeout to 120 seconds

Previously it was 30 minutes
parent 154a17b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"