Skip to content

Commit e8ca1b0

Browse files
update
1 parent 63aa86f commit e8ca1b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

group_vars/validators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
p2p_port: 30333
3-
polkadot_version: '0.9.32'
3+
polkadot_version: '0.9.36'

roles/validator_polkadot_prepare/templates/polkadot.service.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ ExecStart=/usr/local/bin/polkadot \
2525
{% if archive_node is not none and archive_node | bool is sameas true %}
2626
--pruning=archive \
2727
{% else %}
28-
--unsafe-pruning \
29-
--pruning=1000 \
28+
--state-pruning=1000 \
29+
--blocks-pruning=1000 \
3030
{% endif %}
3131
{% if parity_db is not none and parity_db | bool is sameas true %}
3232
--database paritydb-experimental \

0 commit comments

Comments
 (0)