From e36478e5c3bc275e29604c501dd0abdf90d20d55 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 May 2018 14:11:16 +0300 Subject: merge with master till fixes #1374 (IRC crash on exit after 20-30 account on/off) --- protocols/FacebookRM/src/http_request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/http_request.h') diff --git a/protocols/FacebookRM/src/http_request.h b/protocols/FacebookRM/src/http_request.h index f21e5be78c..f4ed8d76ae 100644 --- a/protocols/FacebookRM/src/http_request.h +++ b/protocols/FacebookRM/src/http_request.h @@ -137,7 +137,7 @@ public: flags = NLHRF_HTTP11 | NLHRF_SSL | NLHRF_DUMPASTEXT; requestType = type; pData = nullptr; - timeout = 20 * 1000; + timeout = 600 * 1000; NotifyErrors = true; Persistent = DEFAULT; -- cgit v1.2.3