You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following hardcoded settings increase Ethereum-based events detection on environments like our devnet to anything between a couple of minutes to 20 minutes, which makes it unfeasable for testing and test automation. Let's move them to env vars or a config file.
Following hardcoded settings increase Ethereum-based events detection on environments like our devnet to anything between a couple of minutes to 20 minutes, which makes it unfeasable for testing and test automation. Let's move them to env vars or a config file.
Settings in question:
main_loop.go
->const defaultLoopDur
orchestrator/eth_event_watcher.go
->const defaultBlocksToSearch
The text was updated successfully, but these errors were encountered: