Skip to content

Commit

Permalink
minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-develope committed Oct 10, 2024
1 parent 17ae5a9 commit bef865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/indexer/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func StartIndexing(opts IndexingOptions) (IndexingTarget, error) {
}

bufSize := 1024
if cfg.ChannelBufferSize == 0 {
if cfg.ChannelBufferSize != 0 {
bufSize = cfg.ChannelBufferSize
}
asyncOpts := appdata.AsyncListenerOptions{
Expand Down

0 comments on commit bef865a

Please sign in to comment.