export are kept for 1 hour
This commit is contained in:
parent
d469d4ddd1
commit
5ed491b958
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
#
|
#
|
||||||
class Export < ApplicationRecord
|
class Export < ApplicationRecord
|
||||||
MAX_DUREE_CONSERVATION_EXPORT = 15.minutes
|
MAX_DUREE_CONSERVATION_EXPORT = 1.hour
|
||||||
|
|
||||||
enum format: {
|
enum format: {
|
||||||
csv: 'csv',
|
csv: 'csv',
|
||||||
|
|
Loading…
Add table
Reference in a new issue