Node Developers: How To use setMaxListeners() using RED.events

You should not be modifying the internal configuration of RED.events. By changing that max, you will then prevent any real listener leaks from being reported.

If you are using that for the internal operation of your nodes, you should create your own EventEmitter object and share that between your nodes. You are then free to modify the limit as you see fit.

https://nodejs.org/api/events.html#events_events