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:
parent
85c0b45000
commit
7ec1021e00
4 changed files with 44 additions and 42 deletions
|
@ -14,6 +14,7 @@ class Archive < ApplicationRecord
|
|||
include AASM
|
||||
|
||||
RETENTION_DURATION = 4.days
|
||||
MAX_SIZE = 100.gigabytes
|
||||
|
||||
has_and_belongs_to_many :groupe_instructeurs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue