Multiply default wasm size by 2
This commit is contained in:
@@ -16,7 +16,7 @@ const (
|
||||
// DefaultParamspace for params keeper
|
||||
DefaultParamspace = ModuleName
|
||||
// DefaultMaxWasmCodeSize limit max bytes read to prevent gzip bombs
|
||||
DefaultMaxWasmCodeSize = 600 * 1024
|
||||
DefaultMaxWasmCodeSize = 600 * 1024 * 2
|
||||
)
|
||||
|
||||
var ParamStoreKeyUploadAccess = []byte("uploadAccess")
|
||||
|
||||
Reference in New Issue
Block a user