Skip to content

Commit

Permalink
s3: increase defaultBufferChanSize (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dengqee authored Apr 10, 2021
1 parent e1848bf commit 462870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/sink/cdclog/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
maxCompletePartSize = 100 << 20 // rotate row changed event file if one complete file larger than 100Mb
maxDDLFlushSize = 10 << 20 // rotate ddl event file if one complete file larger than 10Mb

defaultBufferChanSize = 20480
defaultBufferChanSize = 1280000
defaultFlushRowChangedEventDuration = 5 * time.Second // TODO make it as a config
)

Expand Down

0 comments on commit 462870d

Please sign in to comment.