Document [lfs_client].BATCH_OPERATION_CONCURRENCY (#88)

re: https://github.com/go-gitea/gitea/pull/32369
Co-authored-by: Royce Remer <[email protected]>
Reviewed-on: https://gitea.com/gitea/docs/pulls/88
Reviewed-by: Lunny Xiao <[email protected]>
Co-authored-by: rremer <[email protected]>
Co-committed-by: rremer <[email protected]>
This commit is contained in:
rremer
2024-11-04 17:58:03 +00:00
committed by Lunny Xiao
co-authored by Royce Remer
parent 26b5b9448f
commit 82c020a3cb
@@ -1325,6 +1325,7 @@ is `data/lfs` and the default of `MINIO_BASE_PATH` is `lfs/`.
## LFS Client (`lfs_client`) ## LFS Client (`lfs_client`)
- `BATCH_SIZE`: **20**: The number of LFS pointers to request per batch API request of an upstream mirror. - `BATCH_SIZE`: **20**: The number of LFS pointers to request per batch API request of an upstream mirror.
- `BATCH_OPERATION_CONCURRENCY`: **3**: The number of concurrent upload/download operations within a batch.
## Storage (`storage`) ## Storage (`storage`)