Skip to content

Commit d25d11a

Browse files
chore: remove deprecated keepConnectionAlive
1 parent 3eed059 commit d25d11a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/interfaces/typeorm-options.interface.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ export type TypeOrmModuleOptions = {
2424
* If `true`, entities will be loaded automatically.
2525
*/
2626
autoLoadEntities?: boolean;
27-
/**
28-
* If `true`, connection will not be closed on application shutdown.
29-
* @deprecated
30-
*/
31-
keepConnectionAlive?: boolean;
3227
/**
3328
* If `true`, will show verbose error messages on each connection retry.
3429
*/

0 commit comments

Comments
 (0)