Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ken107 committed Nov 24, 2024
1 parent bdd9079 commit 01aaa37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/tts-engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ function TimeoutTtsEngine(baseEngine, startTimeout, endTimeout) {
}).pipe(
rxjs.timeout({
first: startTimeout,
each: startTimeout*2,
with() {
console.debug(`No 'start' event after ${startTimeout}, will call stop() and retry once`)
baseEngine.stop()
Expand Down

0 comments on commit 01aaa37

Please sign in to comment.