instance method
default_chunk_size
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
default_chunk_size()
No documentation comment.
Source
# File activestorage/lib/active_storage/service.rb, line 178
def default_chunk_size
5.megabytes
end
Defined in activestorage/lib/active_storage/service.rb line 178
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service