1
0
mirror of synced 2025-12-19 18:10:59 -05:00

github/github link checker got config (#29617)

This commit is contained in:
Peter Bengtsson
2022-08-04 17:27:39 +02:00
committed by GitHub
parent 83a2951323
commit 2c8e07843b

View File

@@ -42,7 +42,9 @@ const retryConfiguration = {
// According to our Datadog metrics, the *average* time for the
// the 'archive_enterprise_proxy' metric is ~70ms (excluding spikes)
// which much less than 500ms.
const timeoutConfiguration = 1000
const timeoutConfiguration = {
request: 3000,
}
async function main() {
const searchStrings = ['https://docs.github.com', 'GitHub help_url', 'GitHub developer_help_url']