Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lidezhu committed Nov 26, 2024
1 parent e01e725 commit 91dd3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logservice/eventstore/event_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func New(
}

option := dynstream.NewOption()
option.BatchCount = 40960
option.BatchCount = 4096
ds := dynstream.NewParallelDynamicStream(streamCount, pathHasher{}, &eventsHandler{}, option)
ds.Start()

Expand Down

0 comments on commit 91dd3b9

Please sign in to comment.