From: Dan Brown Date: Sat, 2 Jan 2021 15:45:18 +0000 (+0000) Subject: Merge branch 'master' of git://github.com/Swoy/BookStack into Swoy-master X-Git-Tag: v0.31.0~3^2~8 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/a04a800258b726876ff2badffe903b247aa0f676?hp=-c Merge branch 'master' of git://github.com/Swoy/BookStack into Swoy-master --- a04a800258b726876ff2badffe903b247aa0f676 diff --combined app/Config/app.php index a4367d484,23c4bb0c7..120af0a8d --- a/app/Config/app.php +++ b/app/Config/app.php @@@ -31,13 -31,6 +31,13 @@@ return // If set to false then a limit will not be enforced. 'revision_limit' => env('REVISION_LIMIT', 50), + // The number of days that content will remain in the recycle bin before + // being considered for auto-removal. It is not a guarantee that content will + // be removed after this time. + // Set to 0 for no recycle bin functionality. + // Set to -1 for unlimited recycle bin lifetime. + 'recycle_bin_lifetime' => env('RECYCLE_BIN_LIFETIME', 30), + // Allow