mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Reduce the pause time to 250ms
This commit is contained in:
parent
efeafb4c24
commit
e3c0f5d774
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const ANCHOR_ELEMENTS_BLOCKED_ATTRIBUTES = [
|
|||
|
||||
function ssmlTagsForTopLevelElement() {
|
||||
return {
|
||||
opening: `<break time="500ms"/>`,
|
||||
opening: `<break time="250ms"/>`,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue