Skip to content

Commit

Permalink
docs(pubsub): update subscription retry policy defaults (googleapis#6909
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex authored and kimihrr committed Oct 25, 2022
1 parent 157875c commit 4864309
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 4864309

Please sign in to comment.