From 6e0763f9692d49bc469e502d10ced3e9552fad9f Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:37:12 +0000 Subject: [PATCH] Update syncing.mdx (#882) Updated the doc for clarity. --------- Co-authored-by: Alex Jean-Baptiste --- docs/admin/permissions/syncing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/permissions/syncing.mdx b/docs/admin/permissions/syncing.mdx index 1d3f2d8e..575f35f4 100644 --- a/docs/admin/permissions/syncing.mdx +++ b/docs/admin/permissions/syncing.mdx @@ -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, } ```