diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index 5c93ed4c5..7a0022701 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -125,8 +125,8 @@ class MediaAttachment < ApplicationRecord }, }.freeze - SIZE_LIMIT = 40.megabytes - GIF_LIMIT = ENV.fetch('MAX_GIF_SIZE', 200).to_i.kilobytes + SIZE_LIMIT = 66.megabytes + GIF_LIMIT = ENV.fetch('MAX_GIF_SIZE', 333).to_i.kilobytes belongs_to :account, inverse_of: :media_attachments, optional: true belongs_to :status, inverse_of: :media_attachments, optional: true