Skip to content

Commit

Permalink
BC-8614 Reduce NBC group size limit to mitigate timeouts (#1067)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Loki-Afro authored Dec 20, 2024
1 parent afa74de commit 628c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 628c832

Please sign in to comment.