mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
push free space to 100MB
This commit is contained in:
parent
0acbcbb235
commit
0552eb8833
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Site < Sequel::Model
|
|||
|
||||
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
||||
name: 'Free',
|
||||
space: Filesize.from('50MB').to_i,
|
||||
space: Filesize.from('100MB').to_i,
|
||||
bandwidth: Filesize.from('50GB').to_i,
|
||||
price: 0,
|
||||
unlimited_site_creation: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue