reduce data column response cost

This commit is contained in:
Agnish Ghosh 2024-07-04 13:03:48 +05:30
parent a755dbaaa9
commit 3bea5742f2
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const
## Allow syncing ~64 blocks/sec (minus request costs) ## Allow syncing ~64 blocks/sec (minus request costs)
blobResponseCost = allowedOpsPerSecondCost(1000) blobResponseCost = allowedOpsPerSecondCost(1000)
## Multiple can exist per block, they are much smaller than blocks ## Multiple can exist per block, they are much smaller than blocks
dataColumnResponseCost = allowedOpsPerSecondCost(4000) dataColumnResponseCost = allowedOpsPerSecondCost(100)
## 1 blob has an equivalent memory of 8 data columns ## 1 blob has an equivalent memory of 8 data columns
type type