mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-19 19:09:08 +00:00
increase ops cost
This commit is contained in:
parent
24b30a9cec
commit
93c3525955
@ -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(250)
|
||||
dataColumnResponseCost = allowedOpsPerSecondCost(4000)
|
||||
## 1 blob has an equivalent memory of 8 data columns
|
||||
|
||||
type
|
||||
|
Loading…
x
Reference in New Issue
Block a user