| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5daf282 commit 4944358
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -695,7 +695,7 @@ added: | |||
| 695 | 695 | ||
| 696 | 696 | * Type: {boolean} | |
| 697 | 697 | ||
| 698 | - Set this property to `true` to begin closing connections once the number of connections reaches the \[`server.maxConnections`]\[] threshold. This setting is only effective in cluster mode. | ||
| 698 | + Set this property to `true` to begin closing connections once the number of connections reaches the [`server.maxConnections`][] threshold. This setting is only effective in cluster mode. | ||
| 699 | 699 | ||
| 700 | 700 | ### `server.ref()` | |
| 701 | 701 | ||
@@ -2062,6 +2062,7 @@ net.isIPv6('fhqwhgads'); // returns false | |||
| 2062 | 2062 | [`server.listen(options)`]: #serverlistenoptions-callback | |
| 2063 | 2063 | [`server.listen(path)`]: #serverlistenpath-backlog-callback | |
| 2064 | 2064 | [`server.listen(port)`]: #serverlistenport-host-backlog-callback | |
| 2065 | + [`server.maxConnections`]: #servermaxconnections | ||
| 2065 | 2066 | [`socket(7)`]: https://man7.org/linux/man-pages/man7/socket.7.html | |
| 2066 | 2067 | [`socket.connect()`]: #socketconnect | |
| 2067 | 2068 | [`socket.connect(options)`]: #socketconnectoptions-connectlistener | |
| Back | FazBrowse Home | New Git URL |
0 commit comments