Skip to content

Commit

Permalink
chore: decrease advancer and validator polling intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Oct 24, 2024
1 parent b82941e commit a424102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/config/generate/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ description = """
How many seconds the retry policy will wait between retries."""

[rollups.CARTESI_ADVANCER_POLLING_INTERVAL]
default = "30"
default = "7"
go-type = "Duration"
description = """
How many seconds the node will wait before querying the database for new inputs."""

[rollups.CARTESI_VALIDATOR_POLLING_INTERVAL]
default = "30"
default = "7"
go-type = "Duration"
description = """
How many seconds the node will wait before trying to finish epochs for all applications."""
Expand Down
4 changes: 2 additions & 2 deletions internal/config/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a424102

Please sign in to comment.