From 628c832349e14192cc4fffb867c5aebf1517f8ea Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 20 Dec 2024 14:10:13 +0100 Subject: [PATCH] BC-8614 Reduce NBC group size limit to mitigate timeouts (#1067) Users with groups containing fewer than 1000 members are still experiencing login issues. To address this, we are halving the group size limit to further reduce timeouts. --- ansible/group_vars/all/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all/config.yml b/ansible/group_vars/all/config.yml index a4546833b..f9c2d9afc 100644 --- a/ansible/group_vars/all/config.yml +++ b/ansible/group_vars/all/config.yml @@ -1080,7 +1080,7 @@ configuration_all: client: false nuxtclient: false PROVISIONING_SCHULCONNEX_GROUP_USERS_LIMIT: - value: "1000" + value: "500" server: true client: false nuxtclient: false