From 5424bdf641fb4f9258079a20686f5574e240af21 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:15:25 -0500 Subject: [PATCH] 100mb --- app/models/quota.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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