mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
@@ -43,6 +43,7 @@ export class AudioTranscriptionJobStore extends Entity<{
|
|||||||
}
|
}
|
||||||
const files = await this.props.getAudioFiles();
|
const files = await this.props.getAudioFiles();
|
||||||
const response = await graphqlService.gql({
|
const response = await graphqlService.gql({
|
||||||
|
timeout: 600_000, // default 15s is too short for audio transcription
|
||||||
query: submitAudioTranscriptionMutation,
|
query: submitAudioTranscriptionMutation,
|
||||||
variables: {
|
variables: {
|
||||||
workspaceId: this.currentWorkspaceId,
|
workspaceId: this.currentWorkspaceId,
|
||||||
|
|||||||
Reference in New Issue
Block a user