summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-07-02 13:15:06 +0000
committerRobert Pösel <robyer@seznam.cz>2013-07-02 13:15:06 +0000
commit4cdad2bacea9ce66f5ea186e650c2638955f74b9 (patch)
tree32c931073e27bc6b2b8870530135d761e8bdebce
parentfb0efa9c38d4c113d8deb6ab9b560da8430814e8 (diff)
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
-rw-r--r--protocols/FacebookRM/src/communication.cpp2
1 files changed, 1 insertions, 1 deletions
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)