Skip to content

Commit a78962d

Browse files
committed
mongo remove topology conn option
1 parent 011bacc commit a78962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/datasources/datasource-mongodb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const connections = []
2626

2727
const mongoOpts = {
2828
//useNewUrlParser: true,
29-
useUnifiedTopology: true
29+
//useUnifiedTopology: true
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)