summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-11-05 14:10:57 +0100
committerOtto Richter <git@otto.splvs.net>2024-12-06 00:17:57 +0100
commitb84a59b3cd595937aea1fe54a6f7e758e9b42e8e (patch)
tree7b346a4d49d48eb57190fc25eb32856fc0f91a32 /custom
parentMake LFS http_client parallel within a batch. (#32369) (diff)
downloadforgejo-b84a59b3cd595937aea1fe54a6f7e758e9b42e8e.tar.xz
forgejo-b84a59b3cd595937aea1fe54a6f7e758e9b42e8e.zip
Use 8 as default value for git lfs concurrency (#32421)
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 2e5ab5bbab..ee8ad66668 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -2676,7 +2676,7 @@ LEVEL = Info
;; Limit the number of pointers in each batch request to this number
;BATCH_SIZE = 20
;; Limit the number of concurrent upload/download operations within a batch
-;BATCH_OPERATION_CONCURRENCY = 3
+;BATCH_OPERATION_CONCURRENCY = 8
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;