How many p2p rooms can be served by erizoController?

Hey! I’d like to know what the significance of these settings in licode_config.js

config.erizoController.warning_n_rooms = 15; // default value: 15
config.erizoController.limit_n_rooms = 20;

I’m mainly concerned with p2p rooms, and no. of such rooms a single erizoController can serve at the same time.

Thanks!

Well of course its difficult to measure the no. simultaneous connections as it depends on hardware and other factors. But what does config.erizoController.limit_n_rooms = 20; mean? Will no more additional rooms be accomodated by this erizoController when the count reaches 20 ? even if they are p2p?