Skip to content

Commit

Permalink
Increase backlog size for allTopics subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Feb 27, 2024
1 parent 41c0699 commit 6842127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/message/v1/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// allTopicsBacklogLength defines the buffer size for subscriptions that listen to all topics.
allTopicsBacklogLength = 1024
allTopicsBacklogLength = 4096

// minBacklogBufferLength defines the minimal length used for backlog buffer.
minBacklogBufferLength
Expand Down

0 comments on commit 6842127

Please sign in to comment.