I am using the node.js mosca MQTT broker for some internet of things (iot) application.
https://github.com/mcollina/mosca
What is the maximum number of topics that a MQTT broker, specifically mosca, can handle?
If I want to increase the number of allowed topics, is there a configuration parameter I can modify or which part of the code can I change?