Skip to content

Commit

Permalink
Merge pull request #838 from Sanofi-IADC/feature/WEB-2246
Browse files Browse the repository at this point in the history
fix: WEB-2246 remove some mongoose options
  • Loading branch information
sairam459 authored Jun 3, 2024
2 parents 29b784a + f80e1de commit 4de7c33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4de7c33

Please sign in to comment.