Skip to content

Commit

Permalink
cherry pick pingcap#1469 to release-4.0
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
  • Loading branch information
dengqee authored and ti-srebot committed Apr 10, 2021
1 parent a366f30 commit 236bd2a
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 236bd2a

Please sign in to comment.