Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(wallet): increase activity page size to 250
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jul 13, 2020
1 parent 9547005 commit aa190a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = {

// activity list related settings
activity: {
pageSize: 25, // Number of items per one fetch
pageSize: 250, // Number of items per one fetch
},

backup: {
Expand Down

0 comments on commit aa190a4

Please sign in to comment.