Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🔨 Increase query payload size
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Jan 26, 2024
1 parent 58fd9b4 commit 0fe3729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/export/shared/transactionsExport.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const getTokenBalancesAtGenesis = async () => {
const response = await requestAllCustom(
requestConnector,
'getGenesisAssetByModule',
{ module: MODULE.TOKEN, subStore: MODULE_SUB_STORE.TOKEN.USER },
{ module: MODULE.TOKEN, subStore: MODULE_SUB_STORE.TOKEN.USER, limit: 1000 },
totalUsers,
);

Expand Down

0 comments on commit 0fe3729

Please sign in to comment.