mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-22 09:40:10 +02:00
Make the Google Drive connector pull rather than pull everything
This commit is contained in:
parent
e55c23ad6f
commit
3b64d62896
@ -146,7 +146,7 @@ const GoogleDriveConnectorManagement = ({
|
|||||||
|
|
||||||
const connectorBase: ConnectorBase<{}> = {
|
const connectorBase: ConnectorBase<{}> = {
|
||||||
name: "GoogleDriveConnector",
|
name: "GoogleDriveConnector",
|
||||||
input_type: "load_state",
|
input_type: "poll",
|
||||||
source: "google_drive",
|
source: "google_drive",
|
||||||
connector_specific_config: {},
|
connector_specific_config: {},
|
||||||
refresh_freq: 60 * 10, // 10 minutes
|
refresh_freq: 60 * 10, // 10 minutes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user