raise site files limit for supporters to 50k

This commit is contained in:
Kyle Drake 2015-12-31 14:02:33 -06:00
parent 0487e0c95b
commit d9f8d1b688

View file

@ -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(