fix: increase media size limit
This commit is contained in:
parent
e0302b3864
commit
1e64472343
7 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@ class PreviewCardProvider < ApplicationRecord
|
|||
include Reviewable
|
||||
|
||||
ICON_MIME_TYPES = %w(image/x-icon image/vnd.microsoft.icon image/png).freeze
|
||||
LIMIT = 1.megabyte
|
||||
LIMIT = 50.megabyte
|
||||
|
||||
validates :domain, presence: true, uniqueness: true, domain: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue