This commit is contained in:
2025-04-23 15:04:37 +08:00
parent ced29201da
commit c56410b4de

View File

@@ -125,7 +125,7 @@ export async function main(
user: pgConfig.user, user: pgConfig.user,
password: pgConfig.password, password: pgConfig.password,
database: pgConfig.dbname || 'postgres' database: pgConfig.dbname || 'postgres'
}, 3); }, 1);
console.log("PostgreSQL连接池创建完成尝试连接..."); console.log("PostgreSQL连接池创建完成尝试连接...");