Finschia / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
0 stars 0 forks source link

fix the bug not setting `iavl-cache-size` value of `app.toml` - Triage finschia-sdk#679 #56

Closed 0Tech closed 4 months ago

jaeseung-bae commented 5 months ago
Desc
jaeseung-bae commented 5 months ago

TODO: Check for abandon if this is no longer necessary after v0.50.2

jaeseung-bae commented 4 months ago

TODO: Check for abandon if this is no longer necessary after v0.50.2

Setting iavl-cache-size is unnecessary(https://github.com/cosmos/cosmos-sdk/pull/13107). But we may need changed default size 128MB -> // default 64MB

jaeseung-bae commented 4 months ago

We have a default configuration which is 64MB.