Searched defs:maxConnections (Results 1 – 1 of 1) sorted by relevance
41 worker1 = cluster.fork({ maxConnections: 1, pipePath: common.PIPE }); property42 worker2 = cluster.fork({ maxConnections: 9, pipePath: common.PIPE }); property