Gearheads: bump post limit to 500
This commit is contained in:
parent
2303c8c578
commit
1f08ed0aac
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class StatusLengthValidator < ActiveModel::Validator
|
||||
MAX_CHARS = 2500
|
||||
MAX_CHARS = 5000
|
||||
URL_PLACEHOLDER_CHARS = 23
|
||||
URL_PLACEHOLDER = 'x' * 23
|
||||
|
||||
|
|
Reference in a new issue