Skip to content

Commit

Permalink
maxHealthcheckDuration is not respected in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkvi committed Mar 27, 2024
1 parent 1572bcd commit d4c7561
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ function mustInt(val?: string) {
}

export default createConfig({
options: {
maxHealthcheckDuration: mustInt(process.env.MAX_HEALTHCHECK_DURATION ?? "2000"),
},
networks: {
base: {
chainId: 84532,
Expand Down

0 comments on commit d4c7561

Please sign in to comment.