Skip to content

Commit

Permalink
Update syncing.mdx (#882)
Browse files Browse the repository at this point in the history
Updated the doc for clarity.

---------

Co-authored-by: Alex Jean-Baptiste <[email protected]>
  • Loading branch information
mibali and alexAtSourcegraph authored Jan 6, 2025
1 parent 76ffc1d commit 6e0763f
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 for changes to take effect.
"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 for changes to take effect.
"permissions.syncReposMaxConcurrency": 5,
}
```
Expand Down

0 comments on commit 6e0763f

Please sign in to comment.