Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-01 00:15:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-01 00:15:15 +0300
commitab37c8f6370868a8316992745589167517d422b7 (patch)
tree58bdce1e126d189d874b50a0dbc3bbd3bfed064a /app/services/projects
parent4534d890f1e1d198804e9e2ff0da76e2308ebe23 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/projects')
-rw-r--r--app/services/projects/lfs_pointers/lfs_link_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/projects/lfs_pointers/lfs_link_service.rb b/app/services/projects/lfs_pointers/lfs_link_service.rb
index f8f03d481af..852f5e0222e 100644
--- a/app/services/projects/lfs_pointers/lfs_link_service.rb
+++ b/app/services/projects/lfs_pointers/lfs_link_service.rb
@@ -6,7 +6,7 @@ module Projects
class LfsLinkService < BaseService
TooManyOidsError = Class.new(StandardError)
- MAX_OIDS = 100_000
+ MAX_OIDS = ENV.fetch('GITLAB_LFS_MAX_OID_TO_FETCH', 100_000).to_i
BATCH_SIZE = 1000
# Accept an array of oids to link