We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e999b9e commit c5c2f8fCopy full SHA for c5c2f8f
pubsub/subscription.go
@@ -580,7 +580,7 @@ type RetryPolicy struct {
580
// given message. Value should be between 0 and 600 seconds. Defaults to 10 seconds.
581
MinimumBackoff optional.Duration
582
// MaximumBackoff is the maximum delay between consecutive deliveries of a
583
- // 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.
584
MaximumBackoff optional.Duration
585
}
586
0 commit comments