Update User Limits for unlicensed servers (#30134)

* Update user soft and hard limits

* Fix testt

* Fix test
Этот коммит содержится в:
Maria A Nunez
2025-02-10 11:55:42 -05:00
коммит произвёл GitHub
родитель f6c4bdf365
Коммит 7efdcda20a
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@@ -76,7 +76,7 @@ describe('getServerLimits', () => {
test('should return data if user is admin', async () => {
const userLimits: ServerLimits = {
activeUserCount: 600,
maxUsersLimit: 5_000,
maxUsersLimit: 2_500,
};