From e636a3f4d287da0b82b7dc90fcedee69f7a9efb1 Mon Sep 17 00:00:00 2001 From: yakshaG Date: Wed, 21 Feb 2024 19:05:25 +0530 Subject: [PATCH] Increase timeout to better pick up transcription corrections --- extension/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/content.js b/extension/content.js index 57bc473..969bd4a 100644 --- a/extension/content.js +++ b/extension/content.js @@ -237,7 +237,7 @@ function transcriber(mutationsList, observer) { console.log(transcriptTextBuffer) // console.log(transcript) }) - }, 500); + }, 1000); } function pushToTranscript() {