File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ type rabbitmqMetadata struct {
42
42
RequeueInFailure bool `mapstructure:"requeueInFailure"`
43
43
DeliveryMode uint8 `mapstructure:"deliveryMode"` // Transient (0 or 1) or Persistent (2)
44
44
PrefetchCount uint8 `mapstructure:"prefetchCount"` // Prefetch deactivated if 0
45
- ReconnectWait time.Duration `mapstructure:"reconnectWaitSeconds "`
45
+ ReconnectWait time.Duration `mapstructure:"reconnectWait "`
46
46
MaxLen int64 `mapstructure:"maxLen"`
47
47
MaxLenBytes int64 `mapstructure:"maxLenBytes"`
48
48
ExchangeKind string `mapstructure:"exchangeKind"`
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ metadata:
172
172
type : bool
173
173
default : ' "false"'
174
174
example : ' "true", "false"'
175
- - name : reconnectWaitSeconds
175
+ - name : reconnectWait
176
176
description : |
177
177
Reconnect wait in Seconds.
178
178
type : duration
You can’t perform that action at this time.
0 commit comments