From dd7bd108cc9297b4d89434a1192510bcbaad7468 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 16 Nov 2022 16:14:45 +0200 Subject: [PATCH] Deleted functions schedules clean up --- app/config/variables.php | 10 ++++++++++ app/views/install/compose.phtml | 1 + 2 files changed, 11 insertions(+) diff --git a/app/config/variables.php b/app/config/variables.php index 96937d9ba5..2ba2eb2eb1 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -920,7 +920,17 @@ return [ 'required' => false, 'question' => '', 'filter' => '' + ], + [ + 'name' => '_APP_MAINTENANCE_RETENTION_SCHEDULES', + 'description' => 'Deleted functions schedule cleanup interval (in seconds) ', + 'introduction' => '1.2.0', + 'default' => '86400', + 'required' => false, + 'question' => '', + 'filter' => '' ] + ], ], ]; diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 0b83a12729..a63c82e10d 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -158,6 +158,7 @@ services: - _APP_MAINTENANCE_RETENTION_CACHE - _APP_MAINTENANCE_RETENTION_ABUSE - _APP_MAINTENANCE_RETENTION_AUDIT + - _APP_MAINTENANCE_RETENTION_SCHEDULES - _APP_SMS_PROVIDER - _APP_SMS_FROM