From 42341d7ff3dda6e87ad7b25fa314e537585f4785 Mon Sep 17 00:00:00 2001 From: Sairam Charan Date: Mon, 3 Jun 2024 16:35:30 +0530 Subject: [PATCH] fix: WEB-2246 remove some mongoose options --- src/config/config.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/config.service.ts b/src/config/config.service.ts index 4ce747de2..30cccd9c9 100644 --- a/src/config/config.service.ts +++ b/src/config/config.service.ts @@ -76,8 +76,6 @@ export class ConfigService { maxPoolSize: this.get('MONGOOSE_POOL_SIZE') || 20, retryAttempts: 2, connectTimeoutMS: 60000, - useUnifiedTopology: true, - useNewUrlParser: true, socketTimeoutMS: 60000, }; if (this.get('SSL_VALIDATE') === true) {