We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6620a13 commit 2a8bdbbCopy full SHA for 2a8bdbb
logservice/eventstore/event_store.go
@@ -166,7 +166,7 @@ func New(
166
) EventStore {
167
clientConfig := &logpuller.SubscriptionClientConfig{
168
RegionRequestWorkerPerStore: 16,
169
- ChangeEventProcessorNum: 32,
+ ChangeEventProcessorNum: 128,
170
AdvanceResolvedTsIntervalInMs: 600,
171
}
172
client := logpuller.NewSubscriptionClient(
0 commit comments