Commit 96a6e93a authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'sh-lfs-chunked-encoding-default' into 'master'

Enable LFS chunked encoding by default

See merge request gitlab-org/gitlab!49649
parents 189e569d 7eb7c5a0
......@@ -105,7 +105,7 @@ module Repositories
'Content-Type': LFS_TRANSFER_CONTENT_TYPE
}
if Feature.enabled?(:lfs_chunked_encoding, project)
if Feature.enabled?(:lfs_chunked_encoding, project, default_enabled: true)
headers['Transfer-Encoding'] = 'chunked'
end
......
---
title: Enable LFS chunked encoding by default
merge_request: 49649
author:
type: changed
---
name: lfs_chunked_encoding
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/jobs/864043673
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48269
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/285581
milestone: '13.6'
type: development
group:
default_enabled: false
default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment