Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Nov 12, 2020
1 parent faace59 commit c4d8260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/internal/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func NewKeeper(
customPlugins *QueryPlugins,
) Keeper {
debug := false
const cacheSize = 1 * 1 << 20 // 100 MiB
const cacheSize = 100
wasmer, err := wasmvm.NewVM(filepath.Join(homeDir, "wasm"), supportedFeatures, debug, cacheSize)
if err != nil {
panic(err)
Expand Down

0 comments on commit c4d8260

Please sign in to comment.