Home
last modified time | relevance | path

Searched defs:maxConnections (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-cluster-net-server-drop-connection.js41 worker1 = cluster.fork({ maxConnections: 1, pipePath: common.PIPE }); property
42 worker2 = cluster.fork({ maxConnections: 9, pipePath: common.PIPE }); property