diff --git a/app/models/quota.rb b/app/models/quota.rb index d27120a..f33cea3 100644 --- a/app/models/quota.rb +++ b/app/models/quota.rb @@ -3,7 +3,7 @@ class Quota ALL_POLICIES = [ Policy[:unverified, 10.megabytes, 50.megabytes], - Policy[:verified, 50.megabytes, 50.gigabytes], + Policy[:verified, 100.megabytes, 50.gigabytes], Policy[:functionally_unlimited, 500.megabytes, 300.gigabytes] ].index_by &:slug