Skip to content

Commit

Permalink
s3: increase defaultBufferChanSize
Browse files Browse the repository at this point in the history
fix bug issue pingcap#1259 reported temporarily
  • Loading branch information
dengqee committed Mar 2, 2021
1 parent 08d535c commit eb3bdcd
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 eb3bdcd

Please sign in to comment.