Skip to content

Commit

Permalink
Merge pull request #8 from damianmarti/change-indexer-polling-interval
Browse files Browse the repository at this point in the history
Change indexerPollingInterval to 30 sec
  • Loading branch information
damianmarti authored Apr 29, 2024
2 parents a1f09c8 + be80730 commit 1e3800a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/scaffold.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const scaffoldConfig = {
*/
walletAutoConnect: true,

indexerPollingInterval: 60000,
indexerPollingInterval: 30000,
} as const satisfies ScaffoldConfig;

export default scaffoldConfig;

0 comments on commit 1e3800a

Please sign in to comment.