mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Supporters now get one gigabyte
This commit is contained in:
parent
201e63865a
commit
35298346d6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Site < Sequel::Model
|
|||
|
||||
ONE_MEGABYTE_IN_BYTES = 1048576
|
||||
FREE_MAXIMUM_IN_MEGABYTES = 20
|
||||
SUPPORTER_MAXIMUM_IN_MEGABYTES = 200
|
||||
SUPPORTER_MAXIMUM_IN_MEGABYTES = 1024
|
||||
FREE_MAXIMUM_IN_BYTES = FREE_MAXIMUM_IN_MEGABYTES * ONE_MEGABYTE_IN_BYTES
|
||||
SUPPORTER_MAXIMUM_IN_BYTES = SUPPORTER_MAXIMUM_IN_MEGABYTES * ONE_MEGABYTE_IN_BYTES
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue