We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64fe151 + 5d83d52 commit d1ba152Copy full SHA for d1ba152
Gemfile.lock
@@ -1,8 +1,8 @@
1
GIT
2
remote: https://github.com/dmitrytrager/azure_file_shares.git
3
- revision: 657860586bf58167c0d848381cdbe5cda4784c3e
+ revision: 1df11d8f198e726e8eb8a2a9cc6826cc1c6707a6
4
specs:
5
- azure_file_shares (0.1.4)
+ azure_file_shares (0.1.5)
6
faraday (~> 2.7)
7
faraday-retry (~> 2.0)
8
jwt (~> 2.7)
app/services/topics/sanitizer.rb
@@ -45,7 +45,7 @@ def validate_blobs!(params)
45
blob = ActiveStorage::Blob.find_signed(signed_id)
46
next if blob.blank?
47
48
- if blob.content_type.in?(Topic::CONTENT_TYPES) && blob.byte_size < 10.megabytes
+ if blob.content_type.in?(Topic::CONTENT_TYPES) && blob.byte_size < 200.megabytes
49
next signed_id
50
end
51
0 commit comments