Skip to content

Commit

Permalink
chore(): add deprecated tag to keep connection alive
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 15, 2022
1 parent 33ffb9d commit 4d689eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/interfaces/typeorm-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export type TypeOrmModuleOptions = {
autoLoadEntities?: boolean;
/**
* If `true`, connection will not be closed on application shutdown.
* @deprecated
*/
keepConnectionAlive?: boolean;
/**
Expand Down

0 comments on commit 4d689eb

Please sign in to comment.