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