chore: bump default max number of retries

parent ed01cf52
#!/bin/bash #!/bin/bash
RETRIES=${RETRIES:-40} RETRIES=${RETRIES:-60}
# get the addrs from the URL provided # get the addrs from the URL provided
ADDRESSES=$(curl --retry-connrefused --retry $RETRIES --retry-delay 5 $URL) ADDRESSES=$(curl --retry-connrefused --retry $RETRIES --retry-delay 5 $URL)
......
#!/bin/bash #!/bin/bash
RETRIES=${RETRIES:-40} RETRIES=${RETRIES:-60}
# get the addrs from the URL provided # get the addrs from the URL provided
ADDRESSES=$(curl --retry-connrefused --retry $RETRIES --retry-delay 5 $URL) ADDRESSES=$(curl --retry-connrefused --retry $RETRIES --retry-delay 5 $URL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment