Skip to content

Commit

Permalink
fix(): revert keep connection alive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 15, 2022
1 parent 201dcf1 commit 56c4598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/interfaces/typeorm-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export type TypeOrmModuleOptions = {
* If `true`, entities will be loaded automatically.
*/
autoLoadEntities?: boolean;
/**
* If `true`, connection will not be closed on application shutdown.
*/
keepConnectionAlive?: boolean;
/**
* If `true`, will show verbose error messages on each connection retry.
*/
Expand Down

0 comments on commit 56c4598

Please sign in to comment.