We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63aa86f commit e8ca1b0Copy full SHA for e8ca1b0
group_vars/validators.yml
@@ -1,3 +1,3 @@
1
---
2
p2p_port: 30333
3
-polkadot_version: '0.9.32'
+polkadot_version: '0.9.36'
roles/validator_polkadot_prepare/templates/polkadot.service.j2
@@ -25,8 +25,8 @@ ExecStart=/usr/local/bin/polkadot \
25
{% if archive_node is not none and archive_node | bool is sameas true %}
26
--pruning=archive \
27
{% else %}
28
- --unsafe-pruning \
29
- --pruning=1000 \
+ --state-pruning=1000 \
+ --blocks-pruning=1000 \
30
{% endif %}
31
{% if parity_db is not none and parity_db | bool is sameas true %}
32
--database paritydb-experimental \
0 commit comments