You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Opliko 41c20761e1
Remove deprecated mongo connection options, fixes #8079 (#8174)
fix #8079 
Unified Topology changes the concept of connecting and causes isConnected to always return true, making any reconnection options useless. Next major version of the driver will remove isConnected entirely.
So:
- reconnect tries
- reconnectInterval
- autoReconnect

Are deprecated and don't really do anything anymore (when unified topology is used at least) other than causing warnings at startup since the 3.4 version of the driver (the current version used by NodeBB is 3.5).

Reference: http://mongodb.github.io/node-mongodb-native/3.5/reference/unified-topology/
5 years ago
..
mongo Remove deprecated mongo connection options, fixes #8079 (#8174) 5 years ago
postgres fix abysmal postgresql performance in getSortedSetsMembers (#8030) 5 years ago
redis properly filter /unread /recent /popular /top (#7927) 5 years ago
cache.js fix: #6979 6 years ago
helpers.js refactor: remove logs 5 years ago
index.js refactor: async/await 5 years ago
mongo.js fix: mongo collection stats 5 years ago
postgres.js fix abysmal postgresql performance in getSortedSetsMembers (#8030) 5 years ago
redis.js fix: redis pubsub not being required correctly 6 years ago