Reduce the pause time to 250ms

This commit is contained in:
Hongbo Wu
2022-09-27 09:56:29 +08:00
parent efeafb4c24
commit e3c0f5d774

View File

@ -55,7 +55,7 @@ const ANCHOR_ELEMENTS_BLOCKED_ATTRIBUTES = [
function ssmlTagsForTopLevelElement() {
return {
opening: `<break time="500ms"/>`,
opening: `<break time="250ms"/>`,
}
}