We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815478c commit 9a9cbaaCopy full SHA for 9a9cbaa
pkg/sql/colexec/s3util.go
@@ -41,7 +41,7 @@ const (
41
// WriteS3Threshold when batches' size of table reaches this, we will
42
// trigger write s3
43
WriteS3Threshold = 128 * mpool.MB
44
- FaultInjectedS3Threshold = 1 * mpool.KB
+ FaultInjectedS3Threshold = 512 * mpool.KB
45
)
46
47
type CNS3Writer struct {
0 commit comments