mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
path limit to 1200
This commit is contained in:
parent
5916501e94
commit
c70b6cef0f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require 'sanitize'
|
||||||
class SiteFile < Sequel::Model
|
class SiteFile < Sequel::Model
|
||||||
CLASSIFIER_LIMIT = 1_000_000
|
CLASSIFIER_LIMIT = 1_000_000
|
||||||
CLASSIFIER_WORD_LIMIT = 25
|
CLASSIFIER_WORD_LIMIT = 25
|
||||||
FILE_PATH_CHARACTER_LIMIT = 600
|
FILE_PATH_CHARACTER_LIMIT = 1200
|
||||||
FILE_NAME_CHARACTER_LIMIT = 100
|
FILE_NAME_CHARACTER_LIMIT = 100
|
||||||
unrestrict_primary_key
|
unrestrict_primary_key
|
||||||
plugin :update_primary_key
|
plugin :update_primary_key
|
||||||
|
|
Loading…
Add table
Reference in a new issue