pub const DEFAULT_MAX_SUBSCRIPTIONS: usize = 1024;
Subscriptions allowed on one connection.
Comfortably above the number of messages in the UCI catalog, so a client subscribing to every type in the standard still fits.