We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3af603 commit 147a4efCopy full SHA for 147a4ef
docs/admin/permissions/syncing.mdx
@@ -255,6 +255,9 @@ scheduled. Default values are shown below:
255
// The maximum number of user-centric permissions syncing jobs that can be spawned concurrently.
256
// Service restart is required to take effect for changes.
257
"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,
261
}
262
```
263
0 commit comments