server.maxConnections
当服务器的连接数过高时,将此属性设置为拒绝连接。
🌐 Set this property to reject connections when the server's connection count gets high.
一旦将套接字使用 child_process.fork() 发送给子进程后,不建议使用此选项。
🌐 It is not recommended to use this option once a socket has been sent to a child
with child_process.fork().