a
This commit is contained in:
@@ -125,7 +125,7 @@ export async function main(
|
||||
user: pgConfig.user,
|
||||
password: pgConfig.password,
|
||||
database: pgConfig.dbname || 'postgres'
|
||||
}, 3);
|
||||
}, 1);
|
||||
|
||||
console.log("PostgreSQL连接池创建完成,尝试连接...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user