summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2015-10-08 20:47:01 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2015-10-08 20:47:01 +0000
commite7a1dc7da1606a0e5bf0266ed0a94714d0433c02 (patch)
treef4132624c318424891453b5276b99de7cc8d3fbe /protocols
parent7f7123189d45797ae8d2cb09fdda4cceeebec747 (diff)
VKontakte: 10 retries
git-svn-id: http://svn.miranda-ng.org/main/trunk@15520 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/VKontakte/src/vk_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_thread.cpp b/protocols/VKontakte/src/vk_thread.cpp
index 70b1b44394..15dc97a9ba 100644
--- a/protocols/VKontakte/src/vk_thread.cpp
+++ b/protocols/VKontakte/src/vk_thread.cpp
@@ -409,7 +409,7 @@ void CVkProto::RetrieveUsersInfo(bool flag)
codeformat += _T("API.account.setOnline();");
if (flag && !m_bLoadFullCList)
- codeformat += CMString("var US=[];var res=[];var t=3;while(t>0){"
+ codeformat += CMString("var US=[];var res=[];var t=10;while(t>0){"
"US=API.users.get({\"user_ids\":userIDs,\"fields\":_fields,\"name_case\":\"nom\"});"
"var index=US.length;while(index>0){"
"index=index-1;if(US[index].online!=0){res.push(US[index]);};};"