github/github link checker got config (#29617)
This commit is contained in:
@@ -42,7 +42,9 @@ const retryConfiguration = {
|
|||||||
// According to our Datadog metrics, the *average* time for the
|
// According to our Datadog metrics, the *average* time for the
|
||||||
// the 'archive_enterprise_proxy' metric is ~70ms (excluding spikes)
|
// the 'archive_enterprise_proxy' metric is ~70ms (excluding spikes)
|
||||||
// which much less than 500ms.
|
// which much less than 500ms.
|
||||||
const timeoutConfiguration = 1000
|
const timeoutConfiguration = {
|
||||||
|
request: 3000,
|
||||||
|
}
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
const searchStrings = ['https://docs.github.com', 'GitHub help_url', 'GitHub developer_help_url']
|
const searchStrings = ['https://docs.github.com', 'GitHub help_url', 'GitHub developer_help_url']
|
||||||
|
|||||||
Reference in New Issue
Block a user