Skip to content

Commit

Permalink
increase retries
Browse files Browse the repository at this point in the history
  • Loading branch information
patrix87 committed Jun 26, 2023
1 parent 1ca32de commit 23c03d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $GlobalDetails = @{
LockTimeout = 10

#Max download retries
MaxDownloadRetries = 5
MaxDownloadRetries = 10
}

#Create the object
Expand Down

0 comments on commit 23c03d2

Please sign in to comment.