Closed ramukima closed 8 years ago
I tried few updates on existing data and see this warning on the server console -
(node:874) Warning: Possible EventEmitter memory leak detected. 11 change listeners added. Use emitter.setMaxListeners() to increase limit
I think this requires further investigation - it looks likely that there's actually some kind of event emitter association leak.
I tried few updates on existing data and see this warning on the server console -
(node:874) Warning: Possible EventEmitter memory leak detected. 11 change listeners added. Use emitter.setMaxListeners() to increase limit