Use the default slashing DB kind

This commit is contained in:
Zahary Karadjov 2021-04-14 16:28:08 +03:00 committed by Jakub
parent 65dca92c13
commit 8e26b95157
2 changed files with 0 additions and 12 deletions

View File

@ -1,8 +1,2 @@
---
beacon_node_network: 'prater'
# We are running v2 on all hosts prior to the official release in order
# to reduce the I/O load on all servers. On the large servers where we
# have enough capacity, we're running the `both` mode that checks that
# the new slashing DB logic behaves precisely as the old one.
beacon_node_slashing_db_kind: '{{ (hostname is search("large")) | ternary("both", "v2") }}'

View File

@ -1,6 +0,0 @@
---
# We are running v2 on all hosts prior to the official release in order
# to reduce the I/O load on all servers. On the large servers where we
# have enough capacity, we're running the `both` mode that checks that
# the new slashing DB logic behaves precisely as the old one.
beacon_node_slashing_db_kind: '{{ (hostname is search("large")) | ternary("both", "v2") }}'