mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-12 09:00:53 +02:00
fix web connector (#2769)
This commit is contained in:
parent
d892203821
commit
d25de6e1cb
@ -125,17 +125,7 @@ export const connectorConfigs: Record<
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
advanced_values: [
|
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.",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
overrideDefaultFreq: 60 * 60 * 24,
|
overrideDefaultFreq: 60 * 60 * 24,
|
||||||
},
|
},
|
||||||
github: {
|
github: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user