mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
raise limit for path
This commit is contained in:
parent
a1cb3c6a11
commit
13969fef50
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require 'sanitize'
|
|||
class SiteFile < Sequel::Model
|
||||
CLASSIFIER_LIMIT = 1_000_000
|
||||
CLASSIFIER_WORD_LIMIT = 25
|
||||
FILE_PATH_CHARACTER_LIMIT = 300
|
||||
FILE_PATH_CHARACTER_LIMIT = 600
|
||||
FILE_NAME_CHARACTER_LIMIT = 100
|
||||
unrestrict_primary_key
|
||||
plugin :update_primary_key
|
||||
|
|
Loading…
Add table
Reference in a new issue