From 92807a2661416790e5111109ba5a5bb27eedf525 Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:41:45 +0000 Subject: [PATCH 1/4] Update site_config.mdx --- docs/admin/config/site_config.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin/config/site_config.mdx b/docs/admin/config/site_config.mdx index b760c010d..c206cc8cd 100644 --- a/docs/admin/config/site_config.mdx +++ b/docs/admin/config/site_config.mdx @@ -307,6 +307,9 @@ All site configuration options and their default values are shown below. // The maximum number of user-centric permissions syncing jobs that can be spawned concurrently. Service restart is required to take effect for changes. "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. + "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. From 5cf118580efbb0052524ed7d54cea8d2c8cf0cea Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:19:00 +0000 Subject: [PATCH 2/4] Update site_config.mdx --- docs/admin/config/site_config.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin/config/site_config.mdx b/docs/admin/config/site_config.mdx index c206cc8cd..b263ea488 100644 --- a/docs/admin/config/site_config.mdx +++ b/docs/admin/config/site_config.mdx @@ -201,7 +201,7 @@ All site configuration options and their default values are shown below. // Disk usage threshold at which to display warning notification. Value is a percentage. "gitserver.diskUsageWarningThreshold": 90, - // Configuration for logging and alerting, including to external services. + // Configuration for logging and alerting, including to external s. "log": null, // Notifications recieved from Sourcegraph.com to display in Sourcegraph. @@ -220,7 +220,7 @@ All site configuration options and their default values are shown below. // "notifier": { // "channel": "#alerts", // "type": "slack", - // "url": "https://hooks.slack.com/services/..." + // "url": "https://hooks.slack.com/s/..." // } // } // - { @@ -304,10 +304,10 @@ 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. Service restart is required to take effect for changes. + // 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, From 58ffa86a02a77ab875015fe8f5c3d1821d8cfcca Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:37:45 +0000 Subject: [PATCH 3/4] Update site_config.mdx --- docs/admin/config/site_config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/config/site_config.mdx b/docs/admin/config/site_config.mdx index b263ea488..30d90cade 100644 --- a/docs/admin/config/site_config.mdx +++ b/docs/admin/config/site_config.mdx @@ -201,7 +201,7 @@ All site configuration options and their default values are shown below. // Disk usage threshold at which to display warning notification. Value is a percentage. "gitserver.diskUsageWarningThreshold": 90, - // Configuration for logging and alerting, including to external s. + // Configuration for logging and alerting, including to external services. "log": null, // Notifications recieved from Sourcegraph.com to display in Sourcegraph. From c9b791802a9547d8f3781124ce453667d507f0d4 Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:29:57 +0000 Subject: [PATCH 4/4] Update site_config.mdx --- docs/admin/config/site_config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/config/site_config.mdx b/docs/admin/config/site_config.mdx index 30d90cade..96b81e370 100644 --- a/docs/admin/config/site_config.mdx +++ b/docs/admin/config/site_config.mdx @@ -220,7 +220,7 @@ All site configuration options and their default values are shown below. // "notifier": { // "channel": "#alerts", // "type": "slack", - // "url": "https://hooks.slack.com/s/..." + // "url": "https://hooks.slack.com/services/..." // } // } // - {