From 576aa2c1e08f8041aa3c735a52e9979f440beeb0 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 17 Oct 2022 15:05:14 +0200 Subject: [PATCH] =?UTF-8?q?amelioration(export):=20augment=20la=20duree=20?= =?UTF-8?q?de=20conservation=20des=20exports=20en=20cours=20de=20generatio?= =?UTF-8?q?n=20passant=20de=2012=20a=2016h.=20augment=20la=20duree=20de=20?= =?UTF-8?q?conservation=20des=20exports=20gener=C3=A9s=20passant=20de=2016?= =?UTF-8?q?=20=C3=A0=2032h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/export.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/export.rb b/app/models/export.rb index a4ad0e832..64cf8d2c4 100644 --- a/app/models/export.rb +++ b/app/models/export.rb @@ -16,8 +16,8 @@ class Export < ApplicationRecord include TransientModelsWithPurgeableJobConcern - MAX_DUREE_CONSERVATION_EXPORT = 16.hours - MAX_DUREE_GENERATION = 12.hours + MAX_DUREE_CONSERVATION_EXPORT = 32.hours + MAX_DUREE_GENERATION = 16.hours enum format: { csv: 'csv',