ops: Increase limits on node213/node214

This commit is contained in:
wiz 2024-04-26 00:19:53 +09:00
parent 8e07f9fd03
commit cd9efdff46
No known key found for this signature in database
GPG Key ID: A394E332255A6173

8
start
View File

@ -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