Skip to content

Commit

Permalink
Increase timeout to better pick up transcription corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-nexus committed Feb 21, 2024
1 parent 32d4d18 commit e636a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function transcriber(mutationsList, observer) {
console.log(transcriptTextBuffer)
// console.log(transcript)
})
}, 500);
}, 1000);
}

function pushToTranscript() {
Expand Down

0 comments on commit e636a3f

Please sign in to comment.