File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/cosmic-swingset/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ export const makeVatCleanupBudgetFromKeywords = keywordsRecord => {
133133export const defaultVatCleanupBudget =
134134 makeVatCleanupBudgetFromKeywords ( VatCleanupDefaults ) ;
135135
136+ // Source of truth is golang/cosmos/x/swingset/types/default-params.go
136137/**
137138 * @type {JsonSafe<ParamsSDKType> }
138139 */
@@ -145,4 +146,6 @@ export const DEFAULT_SIM_SWINGSET_PARAMS = {
145146 vat_cleanup_budget : defaultVatCleanupBudget ,
146147 installation_deadline_blocks : `${ defaultInstallationDeadlineBlocks } ` ,
147148 installation_deadline_seconds : `${ defaultInstallationDeadlineSeconds } ` ,
149+ bundle_uncompressed_size_limit_bytes : `${ 10 * 1024 * 1024 } ` ,
150+ chunk_size_limit_bytes : `${ 512 * 1024 } ` ,
148151} ;
You can’t perform that action at this time.
0 commit comments