File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -377,25 +377,25 @@ var (
377
377
Max : 9 ,
378
378
UpdateFraction : 5007716 ,
379
379
}
380
- // DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
380
+ // DefaultBPO1BlobConfig is the default blob configuration for the BPO1 fork.
381
381
DefaultBPO1BlobConfig = & BlobConfig {
382
382
Target : 10 ,
383
383
Max : 15 ,
384
384
UpdateFraction : 8346193 ,
385
385
}
386
- // DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
386
+ // DefaultBPO2BlobConfig is the default blob configuration for the BPO2 fork.
387
387
DefaultBPO2BlobConfig = & BlobConfig {
388
388
Target : 14 ,
389
389
Max : 21 ,
390
390
UpdateFraction : 11684671 ,
391
391
}
392
- // DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
392
+ // DefaultBPO3BlobConfig is the default blob configuration for the BPO3 fork.
393
393
DefaultBPO3BlobConfig = & BlobConfig {
394
394
Target : 21 ,
395
395
Max : 32 ,
396
396
UpdateFraction : 20609697 ,
397
397
}
398
- // DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
398
+ // DefaultBPO4BlobConfig is the default blob configuration for the BPO4 fork.
399
399
DefaultBPO4BlobConfig = & BlobConfig {
400
400
Target : 14 ,
401
401
Max : 21 ,
You can’t perform that action at this time.
0 commit comments