Skip to content

Commit

Permalink
N21-2313 Improve schulconnex group provisioning runtime (#1058)
Browse files Browse the repository at this point in the history
(cherry picked from commit a872c1d)
  • Loading branch information
MarvinOehlerkingCap authored and IgorCapCoder committed Dec 16, 2024
1 parent d109e41 commit e7db3cc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,21 @@ configuration_all:
server: true
client: false
nuxtclient: false
SCHULCONNEX_CLIENT__PERSON_INFO_TIMEOUT_IN_MS:
value: "3000"
server: true
client: false
nuxtclient: false
SCHULCONNEX_CLIENT__PERSONEN_INFO_TIMEOUT_IN_MS:
value: "120000"
server: true
client: false
nuxtclient: false
SCHULCONNEX_CLIENT__POLICIES_INFO_TIMEOUT_IN_MS:
value: "4000"
server: true
client: false
nuxtclient: false
FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED:
server: true
client: true
Expand Down Expand Up @@ -1064,6 +1079,11 @@ configuration_all:
server: true
client: false
nuxtclient: false
PROVISIONING_SCHULCONNEX_GROUP_USERS_LIMIT:
value: "1000"
server: true
client: false
nuxtclient: false
BOARD_COLLABORATION_URI:
value: "wss://{{ DOMAIN }}"
server: true
Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/nbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ FEATURE_SHOW_MIGRATION_WIZARD: "true"
FEATURE_USER_MIGRATION_ENABLED: "true"
FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED: "true"
FEATURE_MIGRATION_WIZARD_WITH_USER_LOGIN_MIGRATION: "true"
FEATURE_OTHER_GROUPUSERS_PROVISIONING_ENABLED: "false"
FEATURE_OTHER_GROUPUSERS_PROVISIONING_ENABLED: "true"
FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED: "true"
FEATURE_PREFERRED_CTL_TOOLS_ENABLED: "true"
FEATURE_EXTERNAL_SYSTEM_LOGOUT_ENABLED: "true"
Expand Down

0 comments on commit e7db3cc

Please sign in to comment.