Skip to content

Commit

Permalink
Update query batch size (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Sep 2, 2024
1 parent 39e5c4f commit a063a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/wallet.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const getBatchsTokenBalance = async (
codeHash: batchQueryCodeHash,
queries: queries,
lcdEndpoint: SECRET_LCD,
batchSize: 30
batchSize: 12
})
} catch (error) {
console.error('Error executing batch query: ', error)
Expand Down

0 comments on commit a063a6e

Please sign in to comment.