Reduce the pause time to 250ms
This commit is contained in:
@ -55,7 +55,7 @@ const ANCHOR_ELEMENTS_BLOCKED_ATTRIBUTES = [
|
||||
|
||||
function ssmlTagsForTopLevelElement() {
|
||||
return {
|
||||
opening: `<break time="500ms"/>`,
|
||||
opening: `<break time="250ms"/>`,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user