Skip to content

Commit e49aa2e

Browse files
committed
use original processor num
1 parent 2a8bdbb commit e49aa2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logservice/eventstore/event_store.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func New(
166166
) EventStore {
167167
clientConfig := &logpuller.SubscriptionClientConfig{
168168
RegionRequestWorkerPerStore: 16,
169-
ChangeEventProcessorNum: 128,
169+
ChangeEventProcessorNum: 64,
170170
AdvanceResolvedTsIntervalInMs: 600,
171171
}
172172
client := logpuller.NewSubscriptionClient(

0 commit comments

Comments
 (0)