Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PolkachuIntern committed Dec 22, 2022
1 parent 63aa86f commit e8ca1b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion group_vars/validators.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
p2p_port: 30333
polkadot_version: '0.9.32'
polkadot_version: '0.9.36'
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ExecStart=/usr/local/bin/polkadot \
{% if archive_node is not none and archive_node | bool is sameas true %}
--pruning=archive \
{% else %}
--unsafe-pruning \
--pruning=1000 \
--state-pruning=1000 \
--blocks-pruning=1000 \
{% endif %}
{% if parity_db is not none and parity_db | bool is sameas true %}
--database paritydb-experimental \
Expand Down

0 comments on commit e8ca1b0

Please sign in to comment.