Jason 2 주 전
부모
커밋
1bc8c5b250
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();