Jason 2 weeks ago
parent
commit
1bc8c5b250
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gamelog/HttpSocket.cpp

+ 1 - 1
gamelog/HttpSocket.cpp

@@ -262,7 +262,7 @@ void HttpSocket::getgamehistory(__int64 itimefrom, __int64 itimeto, __int32 ifir
 
 	__int32 ipage = ifirstpage;
 	__int32 inextpage = 0;
-	__int32 ipagesize = 1;
+	__int32 ipagesize = 500;
 
 	rapidjson::Document doc;
 	doc.SetObject();