From 43da98e72cb46b9e8d9692394408511726cbbf07 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 6 Nov 2024 18:40:50 +0000 Subject: [PATCH] update BATCH_OPERATION_CONCURRENCY to 8 (#90) Reviewed-on: https://gitea.com/gitea/docs/pulls/90 Reviewed-by: Lunny Xiao Co-authored-by: wxiaoguang Co-committed-by: wxiaoguang --- docs/administration/config-cheat-sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index fc332818..cfc70b46 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -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`)