From 4cdad2bacea9ce66f5ea186e650c2638955f74b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 2 Jul 2013 13:15:06 +0000 Subject: Facebook: Increased timeout value for requests from 15 to 20 seconds. git-svn-id: http://svn.miranda-ng.org/main/trunk@5215 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/communication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/FacebookRM/src/communication.cpp b/protocols/FacebookRM/src/communication.cpp index 2f6a78f217..d56242bc01 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -41,7 +41,7 @@ http::response facebook_client::flap(const int request_type, std::string* reques case FACEBOOK_REQUEST_MESSAGES_RECEIVE: nlhr.timeout = 1000 * 65; break; default: - nlhr.timeout = 1000 * 15; break; + nlhr.timeout = 1000 * 20; break; } if (request_data != NULL) -- cgit v1.2.3