Make the Google Drive connector pull rather than pull everything

This commit is contained in:
Weves 2023-07-08 12:30:53 -07:00 committed by Chris Weaver
parent e55c23ad6f
commit 3b64d62896

View File

@ -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