Merge pull request #15891 from afscrome/improvemsgraphperf
Improve MS Graph Performance
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': minor
|
||||
---
|
||||
|
||||
Improve performance when loading users via group membership.
|
||||
Users data is now loaded from a paged query, rather than having to make an extra call per user to load each user's profiles.
|
||||
|
||||
Note, there are still additional per user calls made to load user avatars
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
---
|
||||
|
||||
Increased default page size to 999 (from 100) to reduce the number of calls made to the Microsoft Graph API.
|
||||
Reference in New Issue
Block a user