Skip to content

Commit

Permalink
use 1m channel
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 committed Nov 14, 2024
1 parent 2592bc6 commit 87feefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eventservice/event_broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func newEventBroker(
eventStore: eventStore,
mounter: pevent.NewMounter(tz),
schemaStore: schemaStore,
notifyCh: make(chan *dispatcherStat, defaultChannelSize*16),
notifyCh: make(chan *dispatcherStat, 1024*1024),
dispatchers: sync.Map{},
tableTriggerDispatchers: sync.Map{},
msgSender: mc,
Expand Down

0 comments on commit 87feefe

Please sign in to comment.