diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-11-17 18:48:57 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-11-17 18:48:57 +0000 |
commit | 55613cbf68631c4b3677c6fbd9c762cd418ee53b (patch) | |
tree | 7e8ea0229e663c5ce5867102941358da1777592c /protocols | |
parent | caf86dc4db73bfca0e41371e204624061251f062 (diff) |
Facebook: Increase send message timeout (10 -> 15 sec.)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2338 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/FacebookRM/src/communication.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/communication.cpp b/protocols/FacebookRM/src/communication.cpp index 1e9b8aeaaa..0549495b98 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -40,8 +40,6 @@ http::response facebook_client::flap( const int request_type, std::string* reque {
case FACEBOOK_REQUEST_MESSAGES_RECEIVE:
nlhr.timeout = 1000 * 65; break;
- case FACEBOOK_REQUEST_MESSAGE_SEND:
- nlhr.timeout = 1000 * 10; break;
default:
nlhr.timeout = 1000 * 15; break;
}
|