Skip to content

Commit

Permalink
fix: reduce initialized.txt check interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomtana committed Dec 30, 2023
1 parent 1ce361e commit 8c0719f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/start-op-geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eou
# Wait for the Bedrock flag for this network to be set.
while [ ! -f /shared/initialized.txt ]; do
echo "Waiting for Bedrock node to initialize..."
sleep 60
sleep 1
done

if [ -z "${IS_CUSTOM_CHAIN+x}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/start-op-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eou
# Wait for the Bedrock flag for this network to be set.
while [ ! -f /shared/initialized.txt ]; do
echo "Waiting for Bedrock node to initialize..."
sleep 60
sleep 1
done

if [ -n "${IS_CUSTOM_CHAIN+x}" ]; then
Expand Down

0 comments on commit 8c0719f

Please sign in to comment.