Skip to content

Commit 4c38e85

Browse files
Updated clarity of message
1 parent 2d47dc7 commit 4c38e85

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-
// Server restart is required to changes to take effect.
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-
// Server restart is required to changes to take effect.
259+
// Server restart is required for changes to take effect.
260260
"permissions.syncReposMaxConcurrency": 5,
261261
}
262262
```

0 commit comments

Comments
 (0)