Skip to content

Commit

Permalink
Increase the timeout to 50 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed May 10, 2024
1 parent ed65f36 commit 1d2b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/config/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (cfg *Config) options() ConfigOptions {
Name: "ingestion-timeout",
Usage: "Ingestion Timeout when bootstrapping data (checkpoint and in-memory initialization) and preparing ledger reads",
ConfigKey: &cfg.IngestionTimeout,
DefaultValue: 40 * time.Minute,
DefaultValue: 50 * time.Minute,
},
{
Name: "checkpoint-frequency",
Expand Down

0 comments on commit 1d2b0c1

Please sign in to comment.