diff options
-rw-r--r-- | protocols/FacebookRM/src/communication.cpp | 2 |
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)
|