Skip to content

Commit

Permalink
Merge branch 'refactor/lfs_upload' into 'main'
Browse files Browse the repository at this point in the history
Update LFS upload part size and parallel

See merge request product/starhub/starhub-server!855
  • Loading branch information
yiling.ji authored and Yiling-J committed Feb 6, 2025
1 parent da3d8d5 commit d70ded6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/store/s3/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (

const (
S3_TMP_DIR = "lfs/tmp/"
MINIO_PUT_PARALLEL = 3
MINIO_PART_SIZE = 64 << 20
MINIO_PUT_PARALLEL = 5
MINIO_PART_SIZE = 5 << 20
)

var tracer trace.Tracer
Expand Down

0 comments on commit d70ded6

Please sign in to comment.