Update config.rs (#331)
Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run

This commit is contained in:
comfsrt 2025-02-18 02:19:10 +01:00 committed by GitHub
parent a915766840
commit 6a26c336e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ pub struct LogSyncConfig {
// blockchain provider retry params // blockchain provider retry params
// the number of retries after a connection times out // the number of retries after a connection times out
pub rate_limit_retries: u32, pub rate_limit_retries: u32,
// the nubmer of retries for rate limited responses // the number of retries for rate limited responses
pub timeout_retries: u32, pub timeout_retries: u32,
// the duration to wait before retry, in ms // the duration to wait before retry, in ms
pub initial_backoff: u64, pub initial_backoff: u64,