mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
up free max file count to 5000
This commit is contained in:
parent
b3300f4ad0
commit
bdbc4b44cd
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Site < Sequel::Model
|
|||
custom_ssl_certificates: false,
|
||||
no_file_restrictions: false,
|
||||
custom_domains: false,
|
||||
maximum_site_files: 2000
|
||||
maximum_site_files: 5000
|
||||
)
|
||||
|
||||
EMAIL_VALIDATION_CUTOFF_DATE = Time.parse('May 16, 2016')
|
||||
|
|
Loading…
Add table
Reference in a new issue