From 6a26c336e75173b432a6f44376d3957487e62923 Mon Sep 17 00:00:00 2001 From: comfsrt <155266597+comfsrt@users.noreply.github.com> Date: Tue, 18 Feb 2025 02:19:10 +0100 Subject: [PATCH] Update config.rs (#331) --- node/log_entry_sync/src/sync_manager/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/log_entry_sync/src/sync_manager/config.rs b/node/log_entry_sync/src/sync_manager/config.rs index 5b0d190..4ddc928 100644 --- a/node/log_entry_sync/src/sync_manager/config.rs +++ b/node/log_entry_sync/src/sync_manager/config.rs @@ -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,