Skip to content

Commit

Permalink
ops: Increase limits on node213/node214
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Apr 25, 2024
1 parent 8e07f9f commit cd9efdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ do
ELECTRUM_TXS_LIMIT=9000
MAIN_LOOP_DELAY=14000
fi
if [ "${NODENAME}" = "node213" ];then
UTXOS_LIMIT=9000
ELECTRUM_TXS_LIMIT=9000
fi
if [ "${NODENAME}" = "node214" ];then
UTXOS_LIMIT=9000
ELECTRUM_TXS_LIMIT=9000
fi
if [ "${LOCATION}" = "fmt" ];then
UTXOS_LIMIT=9000
ELECTRUM_TXS_LIMIT=9000
Expand Down

0 comments on commit cd9efdf

Please sign in to comment.