mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
file name character limit to 200 chars
This commit is contained in:
parent
fb0b2e2e58
commit
cc7731fe9c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class SiteFile < Sequel::Model
|
|||
CLASSIFIER_LIMIT = 1_000_000
|
||||
CLASSIFIER_WORD_LIMIT = 25
|
||||
FILE_PATH_CHARACTER_LIMIT = 1200
|
||||
FILE_NAME_CHARACTER_LIMIT = 255
|
||||
FILE_NAME_CHARACTER_LIMIT = 200
|
||||
unrestrict_primary_key
|
||||
plugin :update_primary_key
|
||||
many_to_one :site
|
||||
|
|
Loading…
Add table
Reference in a new issue