Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
defrisk0 authored Jan 30, 2024
1 parent 3f3cda7 commit d5dda91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ARTELA/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Edit minimum-gas-prices parameter:
````
sed -i 's|^minimum-gas-prices *=.*|minimum-gas-prices = "0.02uart"|g' $HOME/.artelad/config/app.toml
````
Edit runtime cache size:
````
sed -E 's/^pool-size[[:space:]]*=[[:space:]]*[0-9]+$/apply-pool-size = 10\nquery-pool-size = 30/' $HOME/.artelad/config/app.toml > $HOME/.artelad/config/temp.app.toml && mv $HOME/.artelad/config/temp.app.toml $HOME/.artelad/config/app.toml
````
Edit pruning parameter:
````
sed -i 's|pruning = "default"|pruning = "custom"|g' $HOME/.artelad/config/app.toml
Expand Down

0 comments on commit d5dda91

Please sign in to comment.