Skip to content

Commit 0ccdb8b

Browse files
committed
Drop wait
1 parent 36fc774 commit 0ccdb8b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

backups/backup.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,4 @@ async function backupDatabase() {
113113
}
114114
}
115115

116-
// Add delay to ensure MinIO and Postgres are ready
117-
setTimeout(() => {
118-
backupDatabase();
119-
}, 5000);
116+
backupDatabase();

0 commit comments

Comments
 (0)