From 0250754e6f3e85a004936cf766a3838a8cbf17f3 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 16 Nov 2022 20:31:36 +0530 Subject: [PATCH] Update app/config/variables.php --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 79b8d0b5b8..b408978e41 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -924,7 +924,7 @@ return [ [ 'name' => '_APP_MAINTENANCE_RETENTION_SCHEDULES', 'description' => 'Schedules deletion interval ( in seconds ) ', - 'introduction' => '1.2.0', + 'introduction' => 'TBD', 'default' => '86400', 'required' => false, 'question' => '',