Skip to content

Commit acfe109

Browse files
authored
1 parent cc277cf commit acfe109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/azcore/policy/policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ type RetryOptions struct {
9999

100100
// MaxRetryDelay specifies the maximum delay allowed before retrying an operation.
101101
// Typically the value is greater than or equal to the value specified in RetryDelay.
102-
// The default Value is 120 seconds. A value less than zero means there is no cap.
102+
// The default Value is 60 seconds. A value less than zero means there is no cap.
103103
MaxRetryDelay time.Duration
104104

105105
// StatusCodes specifies the HTTP status codes that indicate the operation should be retried.

0 commit comments

Comments
 (0)