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