feat(Archive.prepare_broader_reach): activate by default the archive button in the export dropdown. add a call to action to contact our support to enable the feature. increase estimated file size limit up to 100.gigabytes

This commit is contained in:
Martin 2022-03-18 16:04:31 +01:00 committed by mfo
parent 85c0b45000
commit 7ec1021e00
4 changed files with 44 additions and 42 deletions

View file

@ -14,6 +14,7 @@ class Archive < ApplicationRecord
include AASM
RETENTION_DURATION = 4.days
MAX_SIZE = 100.gigabytes
has_and_belongs_to_many :groupe_instructeurs