fix: increase media size limit
This commit is contained in:
parent
e0302b3864
commit
1e64472343
7 changed files with 9 additions and 9 deletions
|
@ -39,8 +39,8 @@ class MediaAttachment < ApplicationRecord
|
|||
|
||||
MAX_DESCRIPTION_LENGTH = 1_500
|
||||
|
||||
IMAGE_LIMIT = 16.megabytes
|
||||
VIDEO_LIMIT = 99.megabytes
|
||||
IMAGE_LIMIT = 500.megabytes
|
||||
VIDEO_LIMIT = 500.megabytes
|
||||
|
||||
MAX_VIDEO_MATRIX_LIMIT = 8_294_400 # 3840x2160px
|
||||
MAX_VIDEO_FRAME_RATE = 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue