Skip to content

Commit

Permalink
πŸ› Disable ponder caching
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Aug 22, 2024
1 parent 0ed84b9 commit fd6de44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ponder/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export default createConfig({
),
]),
pollingInterval: 5_000,
// Disable caching, since erpc will handle that nicely
disableCache: true,
},
},
contracts: {
Expand Down

0 comments on commit fd6de44

Please sign in to comment.