maxAllowedInstances

var maxAllowedInstances: Int

The number of connected Cluster instances that may exist at the same time. Calling Cluster.connect after this limit is reached will either fail or log a warning, depending on the value of failIfInstanceLimitReached.