Skip to content

Commit 6e0763f

Browse files
Update syncing.mdx (#882)
Updated the doc for clarity. --------- Co-authored-by: Alex Jean-Baptiste <[email protected]>
1 parent 76ffc1d commit 6e0763f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/permissions/syncing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ scheduled. Default values are shown below:
253253
// Don't sync a repo's permissions if it has synced within the last n seconds.
254254
"permissions.syncReposBackoffSeconds": 60,
255255
// The maximum number of user-centric permissions syncing jobs that can be spawned concurrently.
256-
// Service restart is required to take effect for changes.
256+
// Server restart is required for changes to take effect.
257257
"permissions.syncUsersMaxConcurrency": 1,
258258
// The maximum number of repo-centric permissions syncing jobs that can be spawned concurrently.
259-
// Service restart is required to take effect for changes.
259+
// Server restart is required for changes to take effect.
260260
"permissions.syncReposMaxConcurrency": 5,
261261
}
262262
```

0 commit comments

Comments
 (0)