From 47ba914d92dfa9160509bc2eb0b153d536ca7d8b Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 8 Jan 2021 00:33:44 +0200 Subject: [PATCH] Updated docs --- app/config/variables.php | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/app/config/variables.php b/app/config/variables.php index 78e684c313..d7c180ea11 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -335,13 +335,19 @@ return [ 'required' => false, 'question' => '', ], - [ - 'name' => '_APP_MAINTENANCE_INTERVAL', - 'description' => 'Interval value containing the number of seconds that the Appwrite maintenance process should wait before executing system cleanups and optimizations. The default value is 86400 seconds (1 day).', - 'introduction' => '0.7.0', - 'default' => '86400', - 'required' => false, - 'question' => '', + ], + [ + 'category' => 'Maintenance', + 'description' => '', + 'variables' => [ + [ + 'name' => '_APP_MAINTENANCE_INTERVAL', + 'description' => 'Interval value containing the number of seconds that the Appwrite maintenance process should wait before executing system cleanups and optimizations. The default value is 86400 seconds (1 day).', + 'introduction' => '0.7.0', + 'default' => '86400', + 'required' => false, + 'question' => '', + ], ], ], ],