diff --git a/docs/admin/permissions/syncing.mdx b/docs/admin/permissions/syncing.mdx index 3cc07977b..1d3f2d8e8 100644 --- a/docs/admin/permissions/syncing.mdx +++ b/docs/admin/permissions/syncing.mdx @@ -255,6 +255,9 @@ scheduled. Default values are shown below: // The maximum number of user-centric permissions syncing jobs that can be spawned concurrently. // Service restart is required to take effect for changes. "permissions.syncUsersMaxConcurrency": 1, + // The maximum number of repo-centric permissions syncing jobs that can be spawned concurrently. + // Service restart is required to take effect for changes. + "permissions.syncReposMaxConcurrency": 5, } ```