Skip to content

Commit 9a9cbaa

Browse files
committed
update
1 parent 815478c commit 9a9cbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sql/colexec/s3util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
// WriteS3Threshold when batches' size of table reaches this, we will
4242
// trigger write s3
4343
WriteS3Threshold = 128 * mpool.MB
44-
FaultInjectedS3Threshold = 1 * mpool.KB
44+
FaultInjectedS3Threshold = 512 * mpool.KB
4545
)
4646

4747
type CNS3Writer struct {

0 commit comments

Comments
 (0)