Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Hunter committed Mar 20, 2024
1 parent 78fd7d4 commit 753ee97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/backend/external/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
multiFileStatNum = 500
defaultPropSizeDist = 1 * size.MB
defaultPropKeysDist uint64 = 8 * 1024
// Tested on GCP 16c/32c node, 32~64 workers uses up all network bandwidth for
// Tested on GCP 16c/32c node, 32~64 workers used up all network bandwidth for
// part-size in range 5~20M, so 4 workers per thread is a good choice.
// TODO need data on AWS and other machine types
maxUploadWorkersPerThread = 4
Expand Down

0 comments on commit 753ee97

Please sign in to comment.