Skip to content

Commit

Permalink
Update Consent_request.sh
Browse files Browse the repository at this point in the history
retries down from 5 to 2. 

lag from 2 to 1

Signed-off-by: Josef Edwards <joed6834@colorado.edu>
  • Loading branch information
bearycool11 authored Nov 23, 2024
1 parent 1288c73 commit b684aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Consent_request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ discover_endpoints() {
send_request() {
local SILO="$1"
local LOG_FILE="$2"
local MAX_RETRIES=5
local RETRY_DELAY=2
local MAX_RETRIES=2
local RETRY_DELAY=1
local attempt=1

while [ $attempt -le $MAX_RETRIES ]; do
Expand Down

0 comments on commit b684aed

Please sign in to comment.