diff --git a/docs/admin/config/site_config.mdx b/docs/admin/config/site_config.mdx index b760c010d..96b81e370 100644 --- a/docs/admin/config/site_config.mdx +++ b/docs/admin/config/site_config.mdx @@ -304,9 +304,12 @@ All site configuration options and their default values are shown below. // Don't sync a user's permissions if they have synced within the last n seconds. "permissions.syncUsersBackoffSeconds": 60, - // The maximum number of user-centric permissions syncing jobs that can be spawned concurrently. Service restart is required to take effect for changes. + // The maximum number of user-centric permissions syncing jobs that can be spawned concurrently. 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 for changes to take effect. + "permissions.syncReposMaxConcurrency": 5, + "rateLimits": null, // Enables redacting sensitive information from outbound requests. Important: We only respect this setting in development environments. In production, we always redact outbound requests.