Increase comments per page to 10,000
This commit is contained in:
parent
028a779848
commit
1f9cce0007
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user