Skip to content

Commit

Permalink
change defaultChannelBufSize to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
pbacsko committed Nov 30, 2023
1 parent 76a7f9a commit 431c6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/events/event_streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/apache/yunikorn-scheduler-interface/lib/go/si"
)

const defaultChannelBufSize = 100
const defaultChannelBufSize = 1000

// EventStreaming implements the event streaming logic.
// New events are immediately forwarded to all active consumers.
Expand Down

0 comments on commit 431c6ee

Please sign in to comment.