Skip to content

Commit

Permalink
Remove flags from scripts: --enable-log-reloading; --max-runtime-inst…
Browse files Browse the repository at this point in the history
…ances 32
  • Loading branch information
semeniak97mf committed Nov 26, 2024
1 parent fa24c17 commit 543d322
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions testnet_v2/deploy/deploy-validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ start_node_unsafe() {
--allow-private-ipv4 \
--listen-addr /ip4/0.0.0.0/tcp/30333 \
--state-pruning archive \
--enable-log-reloading \
--max-runtime-instances 32 \
--rpc-max-connections 10000
}

Expand Down Expand Up @@ -97,8 +95,6 @@ start_node_safe() {
--allow-private-ipv4 \
--listen-addr /ip4/0.0.0.0/tcp/30333 \
--state-pruning archive \
--enable-log-reloading \
--max-runtime-instances 32 \
--rpc-max-connections 10000
}

Expand Down
2 changes: 0 additions & 2 deletions testnet_v2/deploy/run-archive-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ start_node_safe() {
--allow-private-ipv4 \
--listen-addr /ip4/0.0.0.0/tcp/30333 \
--state-pruning archive \
--enable-log-reloading \
--max-runtime-instances 32 \
--rpc-max-connections 10000
}

Expand Down
2 changes: 0 additions & 2 deletions testnet_v2/update/update-validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ start_node_safe() {
--allow-private-ipv4 \
--listen-addr /ip4/0.0.0.0/tcp/30333 \
--state-pruning archive \
--enable-log-reloading \
--max-runtime-instances 32 \
--rpc-max-connections 10000
}

Expand Down

0 comments on commit 543d322

Please sign in to comment.