This commit is contained in:
24c02 2026-02-03 18:15:25 -05:00
parent cad679ff9f
commit 5424bdf641

View file

@ -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