Skip to content

Commit

Permalink
change config template
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-yeo committed Nov 1, 2021
1 parent 925c74f commit 42a782f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions x/wasm/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,5 @@ contract-query-gas-limit = "{{ .WASMConfig.ContractQueryGasLimit }}"
contract-debug-mode = "{{ .WASMConfig.ContractDebugMode }}"
# The write WASM VM memory cache size in MiB not bytes
write-vm-memory-cache-size = "{{ .WASMConfig.WriteVMMemoryCacheSize }}"
# The read WASM VM memory cache size in MiB not bytes
read-vm-memory-cache-size = "{{ .WASMConfig.ReadVMMemoryCacheSize }}"
# The number of read WASM VMs
num-read-vms = "{{ .WASMConfig.NumReadVMs }}"
write-vm-memory-cache-size = "{{ .WASMConfig.ContractMemoryCacheSize }}"
`

0 comments on commit 42a782f

Please sign in to comment.