Skip to content

Commit

Permalink
Increase default ingestion timeout (stellar#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio authored May 10, 2024
1 parent 110ed20 commit e1ee170
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: 30 * time.Minute,
DefaultValue: 50 * time.Minute,
},
{
Name: "checkpoint-frequency",
Expand Down

0 comments on commit e1ee170

Please sign in to comment.