mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 11:28:29 +02:00
Push supporter space to 10GB, BW to 2TB
This commit is contained in:
parent
5450ab4e83
commit
0f958023d0
3 changed files with 7 additions and 7 deletions
|
@ -90,8 +90,8 @@ class Site < Sequel::Model
|
|||
|
||||
PLAN_FEATURES[:supporter] = {
|
||||
name: 'Supporter',
|
||||
space: Filesize.from('5GB').to_i,
|
||||
bandwidth: Filesize.from('1TB').to_i,
|
||||
space: Filesize.from('10GB').to_i,
|
||||
bandwidth: Filesize.from('2TB').to_i,
|
||||
price: 5,
|
||||
unlimited_site_creation: true,
|
||||
custom_ssl_certificates: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue