Archived
2
0
Fork 0

Gearheads: bump video limit to 100MB

This commit is contained in:
Ducky 2023-07-19 02:02:31 +01:00
parent 382713019a
commit 2303c8c578

View file

@ -39,7 +39,7 @@ class MediaAttachment < ApplicationRecord
MAX_DESCRIPTION_LENGTH = 1_500
IMAGE_LIMIT = 10.megabytes
VIDEO_LIMIT = 80.megabytes
VIDEO_LIMIT = 100.megabytes
MAX_VIDEO_MATRIX_LIMIT = 2_304_000 # 1920x1200px
MAX_VIDEO_FRAME_RATE = 60