Skip to content

Commit

Permalink
Updated clarity of message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAtSourcegraph committed Jan 6, 2025
1 parent 2d47dc7 commit 4c38e85
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.
// Server restart is required to changes to take effect.
// 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.
// Server restart is required to changes to take effect.
// Server restart is required for changes to take effect.
"permissions.syncReposMaxConcurrency": 5,
}
```
Expand Down

0 comments on commit 4c38e85

Please sign in to comment.