Searched refs:maxSessionlessCount (Results 1 – 2 of 2) sorted by relevance
31 static constexpr size_t maxSessionlessCount = 1; variable
90 auto activeSessions = sessionsMap.size() - session::maxSessionlessCount; in startSession()