mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-22 19:06:01 +02:00
Make the Google Drive connector pull rather than pull everything
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user