update BATCH_OPERATION_CONCURRENCY to 8 (#90)

Reviewed-on: https://gitea.com/gitea/docs/pulls/90
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
wxiaoguang
2024-11-06 18:40:50 +00:00
committed by techknowlogick
parent ae3a7fade6
commit 43da98e72c

View File

@@ -1332,7 +1332,7 @@ is `data/lfs` and the default of `MINIO_BASE_PATH` is `lfs/`.
## LFS Client (`lfs_client`)
- `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.
- `BATCH_OPERATION_CONCURRENCY`: **8**: The number of concurrent upload/download operations within a batch.
## Storage (`storage`)