Skip to content

Commit b63be8b

Browse files
committed
Flakeguard: lower Splunk batch size to mitigate 413 errors
1 parent 103764e commit b63be8b

File tree

1 file changed

+1
-1
lines changed
  • tools/flakeguard/reports

1 file changed

+1
-1
lines changed

tools/flakeguard/reports/io.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ func sendDataToSplunk(opts *aggregateOptions, report TestReport) error {
518518

519519
var (
520520
splunkErrs = []error{}
521-
resultsBatchSize = 10
521+
resultsBatchSize = 5
522522
resultsBatch = []SplunkTestResult{}
523523
successfulResultsSent = 0
524524
)

0 commit comments

Comments
 (0)