diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 14:11:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 14:11:16 +0300 |
commit | e36478e5c3bc275e29604c501dd0abdf90d20d55 (patch) | |
tree | 2535bbff48abaed8ae8641826e9a9e6cb5183042 /protocols/FacebookRM/src/http_request.h | |
parent | 83c27fd8c56bdaded7063c298e5e76e941d2bc6e (diff) |
merge with master till
fixes #1374 (IRC crash on exit after 20-30 account on/off)
Diffstat (limited to 'protocols/FacebookRM/src/http_request.h')
-rw-r--r-- | protocols/FacebookRM/src/http_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |