Skip to content

Commit 4d689eb

Browse files
chore(): add deprecated tag to keep connection alive
1 parent 33ffb9d commit 4d689eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/interfaces/typeorm-options.interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export type TypeOrmModuleOptions = {
2626
autoLoadEntities?: boolean;
2727
/**
2828
* If `true`, connection will not be closed on application shutdown.
29+
* @deprecated
2930
*/
3031
keepConnectionAlive?: boolean;
3132
/**

0 commit comments

Comments
 (0)