Skip to content

Commit

Permalink
Update syncing.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mibali authored Jan 2, 2025
1 parent d496197 commit 0d87e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin/permissions/syncing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ scheduled. Default values are shown below:
// Don't sync a repo's permissions if it has synced within the last n seconds.
"permissions.syncReposBackoffSeconds": 60,
// The maximum number of user-centric permissions syncing jobs that can be spawned concurrently.
// Service restart is required to take effect for changes.
// Server 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.
// Server restart is required to take effect for changes.
"permissions.syncReposMaxConcurrency": 5,
}
```
Expand Down

0 comments on commit 0d87e52

Please sign in to comment.