We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682dac6 commit dd6d9b9Copy full SHA for dd6d9b9
docs/api/config-options.md
@@ -245,7 +245,9 @@ Keep in mind that downloaded binaries will never be automatically deleted.
245
| :------------------: | :---------: |
246
| `MONGOMS_EXP_NET0LISTEN` | `expNet0Listen` |
247
248
-Option `EXP_NET0LISTEN` is used to use the experimental (non-predictable) port generation of `net.listen`
+Option `EXP_NET0LISTEN` is used to use the experimental (non-predictable) port generation of `net.listen`.
249
+
250
+This option will use a random open port, which will lessen the "port is already in use" errors, but will not eliminate them.
251
252
This is a experimental option, it maybe removed, renamed or have changed behavior in the future.
253
0 commit comments