Skip to content

Commit

Permalink
redo (ticdc): adjust s3 timeout to 15s (#7076)
Browse files Browse the repository at this point in the history
close #6931
  • Loading branch information
asddongmen authored Sep 16, 2022
1 parent 3abebad commit 08ac627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/redo/writer/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
// It should be a multiple of the minimum sector size so that log can safely
// distinguish between torn writes and ordinary data corruption.
pageBytes = 8 * common.MinSectorSize
defaultS3Timeout = 3 * time.Second
defaultS3Timeout = 15 * time.Second
)

var (
Expand Down

0 comments on commit 08ac627

Please sign in to comment.