export are kept for 1 hour

This commit is contained in:
simon lehericey 2020-09-29 13:59:57 +02:00
parent d469d4ddd1
commit 5ed491b958

View file

@ -8,7 +8,7 @@
# updated_at :datetime not null
#
class Export < ApplicationRecord
MAX_DUREE_CONSERVATION_EXPORT = 15.minutes
MAX_DUREE_CONSERVATION_EXPORT = 1.hour
enum format: {
csv: 'csv',