From 147a4eff2aa87918db2a518c1ef6a316ed145954 Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:27:47 +0000 Subject: [PATCH] Update syncing.mdx --- docs/admin/permissions/syncing.mdx | 3 +++ 1 file changed, 3 insertions(+) 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, } ```