Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
662ddae46738
Commit
5f30b722
authored
Feb 01, 2018
by
Micaël Bergeron
Browse files
porting upstream changes
parent
f676dd6be225
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/uploaders/gitlab_uploader.rb
View file @
662ddae4
...
...
@@ -35,12 +35,12 @@ def file_cache_storage?
# Reduce disk IO
def
move_to_cache
super
||
true
super
.
nil?
?
true
:
super
end
# Reduce disk IO
def
move_to_store
super
||
true
super
.
nil?
?
true
:
super
end
def
exists?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment