diff --git a/config/backup.php b/config/backup.php index e9c5a364..d5d2e7bc 100644 --- a/config/backup.php +++ b/config/backup.php @@ -170,12 +170,12 @@ */ 'encryption' => 'default', - /** + /* * The number of attempts, in case the backup command encounters an exception */ 'tries' => 1, - /** + /* * The number of seconds to wait before attempting a new backup if the previous try failed * Set to `0` for none */ @@ -323,12 +323,12 @@ 'delete_oldest_backups_when_using_more_megabytes_than' => 5000, ], - /** + /* * The number of attempts, in case the cleanup command encounters an exception */ 'tries' => 1, - /** + /* * The number of seconds to wait before attempting a new cleanup if the previous try failed * Set to `0` for none */