Bug 1521334, make parser to flush its tree operation queue sooner, r=hsivonen

This commit is contained in:
Olli Pettay 2019-01-21 16:03:03 +02:00
Родитель a96229ddb3
Коммит 25158c7ea2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -561,7 +561,7 @@ VARCACHE_PREF(
VARCACHE_PREF(
"html5.flushtimer.initialdelay",
html5_flushtimer_initialdelay,
RelaxedAtomicInt32, 120
RelaxedAtomicInt32, 16
)
// Time in milliseconds between the time a network buffer is seen and the timer
@ -569,7 +569,7 @@ VARCACHE_PREF(
VARCACHE_PREF(
"html5.flushtimer.subsequentdelay",
html5_flushtimer_subsequentdelay,
RelaxedAtomicInt32, 120
RelaxedAtomicInt32, 16
)
//---------------------------------------------------------------------------