mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-12 09:00:53 +02:00
disabled reindexing for dropbox and added warning (#1593)
This commit is contained in:
parent
7a3c102c74
commit
bd9335e832
@ -161,7 +161,9 @@ const Main = () => {
|
|||||||
Dropbox indexing status
|
Dropbox indexing status
|
||||||
</Title>
|
</Title>
|
||||||
<Text className="mb-2">
|
<Text className="mb-2">
|
||||||
The latest article changes are fetched every 10 minutes.
|
Due to Dropbox's access key design, the Dropbox connector will only
|
||||||
|
re-index files after a new access key is provided and the indexing
|
||||||
|
process is re-run manually. Check the docs for more information.
|
||||||
</Text>
|
</Text>
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
<ConnectorsTable<DropboxConfig, DropboxCredentialJson>
|
<ConnectorsTable<DropboxConfig, DropboxCredentialJson>
|
||||||
@ -197,7 +199,7 @@ const Main = () => {
|
|||||||
formBody={<></>}
|
formBody={<></>}
|
||||||
validationSchema={Yup.object().shape({})}
|
validationSchema={Yup.object().shape({})}
|
||||||
initialValues={{}}
|
initialValues={{}}
|
||||||
refreshFreq={10 * 60} // 10 minutes
|
// refreshFreq={10 * 60} // disabled re-indexing
|
||||||
credentialId={dropboxCredential.id}
|
credentialId={dropboxCredential.id}
|
||||||
/>
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user