This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const {
|
||||
DEFAULT_ONLINE_BACKUP_RETENTION,
|
||||
createOnlineBackup,
|
||||
deleteOnlineBackup,
|
||||
uploadOnlineBackup
|
||||
@@ -121,7 +122,7 @@ function createOnlineBackupManager({
|
||||
}
|
||||
}
|
||||
|
||||
async function createManaged(retention = '7d') {
|
||||
async function createManaged(retention = DEFAULT_ONLINE_BACKUP_RETENTION) {
|
||||
try {
|
||||
return await serialize(() => createTransaction(retention));
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user