diff --git a/app/src/persistence/mysql.js b/app/src/persistence/mysql.js index 1d57965..394f71e 100644 --- a/app/src/persistence/mysql.js +++ b/app/src/persistence/mysql.js @@ -21,7 +21,7 @@ async function init() { const password = PASSWORD_FILE ? fs.readFileSync(PASSWORD_FILE) : PASSWORD; const database = DB_FILE ? fs.readFileSync(DB_FILE) : DB; - await waitPort({ host, port : 3306, timeout: 15000 }); + await waitPort({ host, port : 3306}); pool = mysql.createPool({ connectionLimit: 5,