mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:37:19 +02:00
Bump per_page to 100
This commit is contained in:
parent
14447c26a0
commit
4232bc0200
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void Ledger::historyFailure(QNetworkReply& reply) {
|
||||||
|
|
||||||
void Ledger::history(const QStringList& keys, const QString& pageNumber) {
|
void Ledger::history(const QStringList& keys, const QString& pageNumber) {
|
||||||
QJsonObject params;
|
QJsonObject params;
|
||||||
params["per_page"] = 7;
|
params["per_page"] = 100;
|
||||||
params["page"] = pageNumber;
|
params["page"] = pageNumber;
|
||||||
keysQuery("history", params, "historySuccess", "historyFailure");
|
keysQuery("history", params, "historySuccess", "historyFailure");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue