From 6512c435bebd8293857a86326cc2465a7ffb052a Mon Sep 17 00:00:00 2001 From: renancloudwalk <53792026+renancloudwalk@users.noreply.github.com> Date: Sat, 25 May 2024 19:50:40 -0300 Subject: [PATCH] chore: raise backoff before retrieving receipts (#928) --- src/bin/importer_online.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/importer_online.rs b/src/bin/importer_online.rs index bd2ca6acc..9b3c095db 100644 --- a/src/bin/importer_online.rs +++ b/src/bin/importer_online.rs @@ -51,7 +51,7 @@ const PARALLEL_RECEIPTS: usize = 100; const TIMEOUT_NEW_HEADS: Duration = Duration::from_millis(2000); /// Time to wait before we starting retrieving receipts because they are not immediatly available after the block is retrieved. -const BACKOFF_RECEIPTS: Duration = Duration::from_millis(10); +const BACKOFF_RECEIPTS: Duration = Duration::from_millis(45); // ----------------------------------------------------------------------------- // Execution