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 36f1b7c commit 5737a58Copy full SHA for 5737a58
pkg/inmemorychannel/event_dispatcher.go
@@ -70,7 +70,7 @@ func (d *InMemoryEventDispatcher) WaitReady() {
70
func NewEventDispatcher(args *InMemoryEventDispatcherArgs) *InMemoryEventDispatcher {
71
readTimeout := args.ReadTimeout
72
if readTimeout <= 0 {
73
- readTimeout = 30 * time.Second // default fallback
+ readTimeout = 30 * time.Second
74
}
75
76
bindingsReceiver := kncloudevents.NewHTTPEventReceiver(
0 commit comments