Skip to content

Commit

Permalink
increase query_gas_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Sep 16, 2023
1 parent 239ad10 commit df7977d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapshot/snapshot_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ sed -i -e "s/^log_level *=.*/log_level = \"error\"/" $node_home/config/config.to
###
sed -i -e "s/^db_backend *=.*/db_backend = \"pebbledb\"/" $node_home/config/config.toml
sed -i -e "s/^app-db-backend *=.*/app-db-backend = \"pebbledb\"/" $node_home/config/app.toml
sed -i -e "s/^query_gas_limit *=.*/query_gas_limit = 10000000/" $node_home/config/app.toml

echo "download genesis..."
curl -Ls "${SNAPSHOT_BASE_URL}/genesis.json" > $node_home/config/genesis.json
Expand Down

0 comments on commit df7977d

Please sign in to comment.