Skip to content

Commit

Permalink
docs(pubsub): update subscription retry policy defaults (#6909)
Browse files Browse the repository at this point in the history
Fixes #6903
  • Loading branch information
hongalex committed Oct 21, 2022
1 parent e999b9e commit c5c2f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/subscription.go
Expand Up @@ -580,7 +580,7 @@ type RetryPolicy struct {
// given message. Value should be between 0 and 600 seconds. Defaults to 10 seconds.
MinimumBackoff optional.Duration
// MaximumBackoff is the maximum delay between consecutive deliveries of a
// given message. Value should be between 0 and 600 seconds. Defaults to 10 seconds.
// given message. Value should be between 0 and 600 seconds. Defaults to 600 seconds.
MaximumBackoff optional.Duration
}

Expand Down

0 comments on commit c5c2f8f

Please sign in to comment.