Skip to content

Commit

Permalink
ops: Adjust limits on Fremont site
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Apr 16, 2024
1 parent eea193a commit e6b0d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ do
ELECTRUM_TXS_LIMIT=9000
MAIN_LOOP_DELAY=14000
fi
if [ "${LOCATION}" = "fmt" ];then
UTXOS_LIMIT=9000
ELECTRUM_TXS_LIMIT=9000
fi

# Run the popular address txt file generator before each run
POPULAR_SCRIPTS_FOLDER="${HOME}/popular-scripts/${NETWORK}"
Expand Down

0 comments on commit e6b0d9f

Please sign in to comment.