Update config.rs

This commit is contained in:
comfsrt 2025-02-14 10:08:14 +01:00 committed by GitHub
parent 7ad3f717b4
commit 3abd8b520f
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
// the number of retries after a connection times out
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,
// the duration to wait before retry, in ms
pub initial_backoff: u64,