From 82c020a3cb92c203ca1ab0f59bb1821c158d1ee5 Mon Sep 17 00:00:00 2001 From: rremer Date: Mon, 4 Nov 2024 17:58:03 +0000 Subject: [PATCH] Document [lfs_client].BATCH_OPERATION_CONCURRENCY (#88) re: https://github.com/go-gitea/gitea/pull/32369 Co-authored-by: Royce Remer Reviewed-on: https://gitea.com/gitea/docs/pulls/88 Reviewed-by: Lunny Xiao Co-authored-by: rremer Co-committed-by: rremer --- docs/administration/config-cheat-sheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index 10e34b10..6c873a12 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -1325,6 +1325,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. ## Storage (`storage`)