Skip to content

Commit

Permalink
modify default eventConsumer params as there is no api to set it
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin.chen committed Aug 5, 2021
1 parent 0b015ec commit 1411fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/fab/events/service/dispatcher/opts.go
Expand Up @@ -26,8 +26,8 @@ type params struct {

func defaultParams() *params {
return &params{
eventConsumerBufferSize: 100,
eventConsumerTimeout: 500 * time.Millisecond,
eventConsumerBufferSize: 10000,
eventConsumerTimeout: 5000 * time.Millisecond,
}
}

Expand Down

0 comments on commit 1411fa9

Please sign in to comment.