From 9b79a9df5b8103940e3c4cb2aa9123eb48637f67 Mon Sep 17 00:00:00 2001 From: Agnish Ghosh Date: Wed, 18 Sep 2024 14:51:48 +0530 Subject: [PATCH] gossip wait time --- beacon_chain/sync/request_manager.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/sync/request_manager.nim b/beacon_chain/sync/request_manager.nim index aef4c7090..1134fc3cb 100644 --- a/beacon_chain/sync/request_manager.nim +++ b/beacon_chain/sync/request_manager.nim @@ -38,7 +38,7 @@ const BLOB_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000 ## How long to wait for blobs to arrive over gossip before fetching. - DATA_COLUMN_GOSSIP_WAIT_TIME_NS* = 5 * 1_000_000_000 + DATA_COLUMN_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000 POLL_INTERVAL = 1.seconds