Skip to content

Commit

Permalink
Update syncing.mdx (#878)
Browse files Browse the repository at this point in the history
Added The maximum number of repo-centric permissions syncing jobs that
can be spawned concurrently in the doc config.
  • Loading branch information
mibali authored Dec 30, 2024
1 parent 4804478 commit d496197
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/admin/permissions/syncing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
```

Expand Down

0 comments on commit d496197

Please sign in to comment.