fix web connector (#2769)

This commit is contained in:
pablodanswer 2024-10-11 17:41:15 -07:00 committed by GitHub
parent d892203821
commit d25de6e1cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,17 +125,7 @@ export const connectorConfigs: Record<
],
},
],
advanced_values: [
{
type: "number",
query: "Enter the maximum depth to crawl:",
label: "Max Depth",
name: "max_depth",
optional: true,
description:
"The maximum depth to crawl from the base URL. Default is 2.",
},
],
advanced_values: [],
overrideDefaultFreq: 60 * 60 * 24,
},
github: {