mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
free maximum site files -> 2000
This commit is contained in:
parent
3b5b9ce4dc
commit
5bff6b8c7c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Site < Sequel::Model
|
||||||
custom_ssl_certificates: false,
|
custom_ssl_certificates: false,
|
||||||
no_file_restrictions: false,
|
no_file_restrictions: false,
|
||||||
custom_domains: false,
|
custom_domains: false,
|
||||||
maximum_site_files: 1000
|
maximum_site_files: 2000
|
||||||
)
|
)
|
||||||
|
|
||||||
def self.newsletter_sites
|
def self.newsletter_sites
|
||||||
|
|
Loading…
Add table
Reference in a new issue