From 4d689eb254d68eb5ba1c70361f77c8877754b343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Wed, 15 Jun 2022 11:21:43 +0200 Subject: [PATCH] chore(): add deprecated tag to keep connection alive --- lib/interfaces/typeorm-options.interface.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/interfaces/typeorm-options.interface.ts b/lib/interfaces/typeorm-options.interface.ts index 81ef7152d..dbd64b050 100644 --- a/lib/interfaces/typeorm-options.interface.ts +++ b/lib/interfaces/typeorm-options.interface.ts @@ -26,6 +26,7 @@ export type TypeOrmModuleOptions = { autoLoadEntities?: boolean; /** * If `true`, connection will not be closed on application shutdown. + * @deprecated */ keepConnectionAlive?: boolean; /**