Skip to content

Commit

Permalink
increase page size
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Dec 10, 2024
1 parent 375b5fd commit b67059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/services/export-data.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const getAllTransactionsFromAccountAndIdentity = async ({
allTransactions?: TransactionWithId[];
currentPageIndex?: number;
}): Promise<TransactionWithId[] | undefined> => {
const pageSize = 100n;
const pageSize = 1000n;
const maxNumberOfPages = 10;

try {
Expand Down

0 comments on commit b67059f

Please sign in to comment.