diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-08 03:08:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-08 03:08:05 +0000 |
commit | 30010b161d42bdac3ab5cd16e63cc61c2f4939f3 (patch) | |
tree | 57d1392d4d668d9369f0bd1bf7a42876d6f59506 /doc/administration/lfs | |
parent | 2b3bfe8fc59ed4cdc385955cdb38cbd481b45426 (diff) | |
download | gitlab-ce-30010b161d42bdac3ab5cd16e63cc61c2f4939f3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/lfs')
-rw-r--r-- | doc/administration/lfs/lfs_administration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/lfs/lfs_administration.md b/doc/administration/lfs/lfs_administration.md index f3b8029f487..fbf48619854 100644 --- a/doc/administration/lfs/lfs_administration.md +++ b/doc/administration/lfs/lfs_administration.md @@ -238,8 +238,8 @@ and [projects APIs](../../api/projects.md). ## Troubleshooting: `Google::Apis::TransmissionError: execution expired` -If LFS integration is configred with Google Cloud Storage and background uploads (`background_upload: true` and `direct_upload: false`), -Sidekiq workers may encouter this error. This is because the uploading timed out with very large files. +If LFS integration is configured with Google Cloud Storage and background uploads (`background_upload: true` and `direct_upload: false`), +Sidekiq workers may encounter this error. This is because the uploading timed out with very large files. LFS files up to 6Gb can be uploaded without any extra steps, otherwise you need to use the following workaround. ```shell |