mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-21 09:10:09 +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<{}> = {
|
||||
name: "GoogleDriveConnector",
|
||||
input_type: "load_state",
|
||||
input_type: "poll",
|
||||
source: "google_drive",
|
||||
connector_specific_config: {},
|
||||
refresh_freq: 60 * 10, // 10 minutes
|
||||
|
Loading…
x
Reference in New Issue
Block a user