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 CustomEmoji < ApplicationRecord
|
||||
include Attachmentable
|
||||
|
||||
LIMIT = 256.kilobytes
|
||||
LIMIT = 30.megabytes
|
||||
MINIMUM_SHORTCODE_SIZE = 2
|
||||
|
||||
SHORTCODE_RE_FRAGMENT = '[a-zA-Z0-9_]{2,}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue