bump zip sizes from 50 to 100 mb
This commit is contained in:
parent
c01b69214e
commit
236fd0291b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Dossier < ApplicationRecord
|
|||
INSTRUCTION_COMMENCEE = TERMINE + [states.fetch(:en_instruction)]
|
||||
SOUMIS = EN_CONSTRUCTION_OU_INSTRUCTION + TERMINE
|
||||
|
||||
TAILLE_MAX_ZIP = 50.megabytes
|
||||
TAILLE_MAX_ZIP = 100.megabytes
|
||||
|
||||
REMAINING_DAYS_BEFORE_CLOSING = 2
|
||||
INTERVAL_BEFORE_CLOSING = "#{REMAINING_DAYS_BEFORE_CLOSING} days"
|
||||
|
|
Loading…
Reference in a new issue