mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-04 12:09: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: [
|
||||
{
|
||||
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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user