Increase comments per page to 10,000

This commit is contained in:
Simon Robertshaw 2012-06-25 21:45:07 +01:00
parent 028a779848
commit 1f9cce0007

View File

@ -61,6 +61,7 @@ void * PreviewModel::updateSaveDataT()
void * PreviewModel::updateSaveCommentsT()
{
//Haha, j/k
std::vector<SaveComment*> * tempComments = Client::Ref().GetComments(tSaveID, (commentsPageNumber-1)*20, 20);
updateSaveCommentsFinished = true;
return tempComments;