Skip to content

Commit

Permalink
Merge branch 'chore/add-tests-for-v1-gas-service' into chore/gas-pric…
Browse files Browse the repository at this point in the history
…e-service-v1-poll-da-source-with-specific-height
  • Loading branch information
rymnc authored Jan 9, 2025
2 parents 64385ad + 6ea6a5c commit dce9367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuel-core/src/service/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ impl Config {
activity_decrease_range_size: 0,
da_committer_url,
block_activity_threshold: 0,
da_poll_interval: Some(10),
da_poll_interval: Some(1_000),
}
}

Expand Down

0 comments on commit dce9367

Please sign in to comment.