mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
raise site files limit for supporters to 50k
This commit is contained in:
parent
0487e0c95b
commit
d9f8d1b688
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Site < Sequel::Model
|
||||||
custom_ssl_certificates: true,
|
custom_ssl_certificates: true,
|
||||||
no_file_restrictions: true,
|
no_file_restrictions: true,
|
||||||
custom_domains: true,
|
custom_domains: true,
|
||||||
maximum_site_files: 25000
|
maximum_site_files: 50000
|
||||||
}
|
}
|
||||||
|
|
||||||
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
||||||
|
|
Loading…
Add table
Reference in a new issue