Skip to content

Commit

Permalink
fix merged
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Dec 19, 2024
1 parent edff8d3 commit 5716ec6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ extension Ref where T == ProtocolConfig {
preimagePurgePeriod: 28800,
epochLength: 12,
auditBiasFactor: 2,
coreAccumulationGas: Gas(100_000),
workReportAccumulationGas: Gas(100_000),
workPackageAuthorizerGas: Gas(1_000_000),
workPackageRefineGas: Gas(500_000_000),
totalAccumulationGas: Gas(341_000_000),
totalAccumulationGas: Gas(35_000_000),
recentHistorySize: 8,
maxWorkItems: 4,
maxDepsInWorkReport: 8,
Expand Down

0 comments on commit 5716ec6

Please sign in to comment.