0
以前はnode.jsを使ったことがありません。しかし、solrセキュリティプロキシの場合はhereの手順に従います。すべてがうまくいきますが、私にはこの警告が与えられます。私は最大リスナーを設定しなければならないが、どのように、どこで行うのか分からない。親切に私を助けてください。Node.jsMaxListeners()を設定する方法
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at addListener (events.js:160:15)
at /home/abc/node_modules/solr-security-proxy/node_modules/http-proxy/lib/node-http-proxy/routing-proxy.js:63:27
at Array.forEach (native)
at null.<anonymous> (/home/abc/node_modules/solr-security-proxy/node_modules/http-proxy/lib/node-http-proxy/routing-proxy.js:62:33)
at emit (events.js:98:17)
at addListener (events.js:138:10)
at Array.0 (/home/abc/node_modules/solr-security-proxy/solr-security-proxy.js:69:13)
at Server.handler (/home/abc/node_modules/solr-security-proxy/node_modules/http-proxy/lib/node-http-proxy.js:175:40)
at Server.emit (events.js:98:17)
at HTTPParser.parser.onIncoming (http.js:2164:12)
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at addListener (events.js:160:15)
at Array.0 (/home/abc/node_modules/solr-security-proxy/solr-security-proxy.js:69:13)
at Server.handler (/home/abc/node_modules/solr-security-proxy/node_modules/http-proxy/lib/node-http-proxy.js:175:40)
at Server.emit (events.js:98:17)
at HTTPParser.parser.onIncoming (http.js:2164:12)
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:152:23)
at Socket.socket.ondata (http.js:2022:22)
at TCP.onread (net.js:528:27)