Skip to content

Commit

Permalink
Update modules/setting/lfs.go
Browse files Browse the repository at this point in the history
Co-authored-by: KN4CK3R <[email protected]>
  • Loading branch information
wxiaoguang and KN4CK3R authored Nov 5, 2024
1 parent 62009ba commit 01c0ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setting/lfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func loadLFSFrom(rootCfg ConfigProvider) error {
}

if LFSClient.BatchOperationConcurrency < 1 {
// match the default git-lfs's `lfs.concurrenttransfers` https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-config.adoc
// match the default git-lfs's `lfs.concurrenttransfers` https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-config.adoc#upload-and-download-transfer-settings
LFSClient.BatchOperationConcurrency = 8
}

Expand Down

0 comments on commit 01c0ac5

Please sign in to comment.