mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Raise bandwidth for free plan to 200GB
This commit is contained in:
parent
20cbd4ebac
commit
9981a08175
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Site < Sequel::Model
|
|||
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
||||
name: 'Free',
|
||||
space: Filesize.from('100MB').to_i,
|
||||
bandwidth: Filesize.from('50GB').to_i,
|
||||
bandwidth: Filesize.from('200GB').to_i,
|
||||
price: 0,
|
||||
unlimited_site_creation: false,
|
||||
custom_ssl_certificates: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue