summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-30 11:53:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-30 11:53:31 +0300
commit828a8bd431a46a86b9085588b500182adf311616 (patch)
tree036d54b06f3e53c4129b005b4c3665aa2ddb08a3 /protocols
parent98b9570b92c7b763681b86dee281dd9f02cdaf3c (diff)
fix for disconnections in Skype
Diffstat (limited to 'protocols')
-rw-r--r--protocols/SkypeWeb/src/requests/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/requests/poll.h b/protocols/SkypeWeb/src/requests/poll.h
index 62455a1931..f0078c618a 100644
--- a/protocols/SkypeWeb/src/requests/poll.h
+++ b/protocols/SkypeWeb/src/requests/poll.h
@@ -24,7 +24,7 @@ public:
PollRequest(CSkypeProto *ppro) :
HttpRequest(REQUEST_POST, FORMAT, "%s/v1/users/ME/endpoints/SELF/subscriptions/0/poll", ppro->m_szServer)
{
- timeout = 60000;
+ timeout = 120000;
Headers
<< CHAR_VALUE("Referer", "https://web.skype.com/main")
<< CHAR_VALUE("Content-Type", "application/x-www-form-urlencoded")