github.com/cenkalti/backoff/v4.ExponentialBackOff.MaxInterval (field)

7 uses

	github.com/cenkalti/backoff/v4 (current package)
		exponential.go#L58: 	MaxInterval         time.Duration
		exponential.go#L92: 		MaxInterval:         DefaultMaxInterval,
		exponential.go#L128: 		ebo.MaxInterval = duration
		exponential.go#L195: 	if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
		exponential.go#L196: 		b.currentInterval = b.MaxInterval

	github.com/gotd/td/telegram
		options.go#L204: 		b.MaxInterval = time.Second * 5

	github.com/gotd/td/telegram/internal/manager
		create.go#L35: 		b.MaxInterval = time.Second * 5