Skip to content

Commit 08e3ad6

Browse files
authored
Reduce upload batch from 30s to 5s (#128)
1 parent e362528 commit 08e3ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace/backend_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
uploadBatchMaxSize_bytes = 60_000_000 // 60 MB
4141

4242
// How often to flush the upload batch.
43-
uploadBatchFlushDuration = 30 * time.Second
43+
uploadBatchFlushDuration = 5 * time.Second
4444
)
4545

4646
type witnessWithInfo struct {

0 commit comments

Comments
 (0)