diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-09-19 16:34:10 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-09-19 16:41:28 +0200 |
commit | 263717d70c526fb3272f802120669a4cb85c5bf5 (patch) | |
tree | fb30238770aa57896a3bc3d6c857089dfb456235 /changelogs/unreleased | |
parent | 7e69f1889b1e7d86aee4faf01089a32eda35786c (diff) | |
download | gitlab-ce-263717d70c526fb3272f802120669a4cb85c5bf5.tar.gz |
Do not perform hard check (presence of file on storage)
Instead perform soft check (the column set to indicate that file does exist)
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/do-not-perform-disk-check.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/do-not-perform-disk-check.yml b/changelogs/unreleased/do-not-perform-disk-check.yml new file mode 100644 index 00000000000..cc139ee2c9e --- /dev/null +++ b/changelogs/unreleased/do-not-perform-disk-check.yml @@ -0,0 +1,5 @@ +--- +title: File uploaders do not perform hard check, only soft check +merge_request: +author: +type: fixed |