Skip to content

Commit 147a4ef

Browse files
authored
Update syncing.mdx
1 parent d3af603 commit 147a4ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/admin/permissions/syncing.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ scheduled. Default values are shown below:
255255
// The maximum number of user-centric permissions syncing jobs that can be spawned concurrently.
256256
// Service restart is required to take effect for changes.
257257
"permissions.syncUsersMaxConcurrency": 1,
258+
// The maximum number of repo-centric permissions syncing jobs that can be spawned concurrently.
259+
// Service restart is required to take effect for changes.
260+
"permissions.syncReposMaxConcurrency": 5,
258261
}
259262
```
260263

0 commit comments

Comments
 (0)