maxListenersForAnObject property

int maxListenersForAnObject
getter/setter pair

max listeners for an object id, exception will be thrown if the max number of listners crosses Strapi.i.maxListenersForAnObject, set it as per requirement

Implementation

int maxListenersForAnObject = 12;