Skip to content

Commit 6cdd65d

Browse files
authored
Temporary removal of SRV support (#1342)
1 parent d901243 commit 6cdd65d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"@mongodb-js/compass-auth-ldap": "^0.0.2",
175175
"@mongodb-js/compass-auth-x509": "^0.0.3",
176176
"@mongodb-js/compass-collection-stats": "^1.0.1",
177-
"@mongodb-js/compass-connect": "^0.4.0",
177+
"@mongodb-js/compass-connect": "^0.4.1",
178178
"@mongodb-js/compass-crud": "^1.1.2",
179179
"@mongodb-js/compass-deployment-awareness": "^5.0.0",
180180
"@mongodb-js/compass-document-validation": "^7.1.0",
@@ -214,7 +214,7 @@
214214
"font-awesome": "^4.7.0",
215215
"get-object-path": "azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394",
216216
"hadron-app": "^2.0.0",
217-
"hadron-app-registry": "^7.0.1",
217+
"hadron-app-registry": "^7.1.0",
218218
"hadron-auto-update-manager": "^2.0.0",
219219
"hadron-compile-cache": "^1.0.1",
220220
"hadron-ipc": "^0.0.7",

src/app/setup-plugin-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const debug = require('debug')('mongodb-compass:setup-plugin-manager');
1010
/**
1111
* Create a new app registry and prevent modification.
1212
*/
13-
const appRegistry = Object.freeze(new AppRegistry().setMaxListeners(200));
13+
const appRegistry = Object.freeze(new AppRegistry());
1414

1515
app.appRegistry = appRegistry;
1616

0 commit comments

Comments
 (0)