maxChannelsOfNamedLayout

Hi
Is there a good reason why maxChannelsOfNamedLayout is exactly 36? could it be 64?
I see it is used to limit the number of IO on a bus in a plugin, could I simply edit this to increase the limit?

enum
{
maxChannelsOfNamedLayout = 36
};