From 0386f9459fff36432caa2eff532e5ae9251cc59a Mon Sep 17 00:00:00 2001 From: Agnish Ghosh Date: Wed, 2 Oct 2024 15:12:15 +0530 Subject: [PATCH] dc response cost --- beacon_chain/sync/sync_protocol.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/sync/sync_protocol.nim b/beacon_chain/sync/sync_protocol.nim index a7007e56a..90f7794cc 100644 --- a/beacon_chain/sync/sync_protocol.nim +++ b/beacon_chain/sync/sync_protocol.nim @@ -24,7 +24,7 @@ const ## Allow syncing ~64 blocks/sec (minus request costs) blobResponseCost = allowedOpsPerSecondCost(1000) ## Multiple can exist per block, they are much smaller than blocks - dataColumnResponseCost = allowedOpsPerSecondCost(4000) + dataColumnResponseCost = allowedOpsPerSecondCost(500) ## 1 blob has an equivalent memory of 8 data columns type