ponder-sh / ponder

A backend framework for crypto apps

Home Page:https://ponder.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to disable cached indexing

0xOlias opened this issue · comments

During development, it may sometimes make sense to disable cached indexing. This is particularly apparent when (unsafely) running side effects within indexing functions.

To support this use case, we could add a CLI flag to ponder start and ponder dev called --no-cache or similar, which would ignore the cache on startup.