RemoteLimits
constructor(frameBytes: Int = 24 * 1024, messageBytes: Int = 8 * 1024 * 1024, valueDepth: Int = 64, collectionEntries: Int = 65536, treeNodes: Int = 8192, pendingBytes: Int = 16 * 1024 * 1024, assemblyMillis: Long = 10000, valueEntries: Int = minOf(messageBytes, 262144), reconstructionMillis: Long = 1000, hudSessions: Int = 16)(source)