Live: reduce render throttling (#34451)

This commit is contained in:
Leon Sorokin
2021-05-19 23:02:01 -05:00
committed by GitHub
parent 8147a65b5e
commit 488529b99f

View File

@@ -5,7 +5,7 @@ let lastUpdate = Date.now();
*/
export const perf = {
budget: 1,
threshold: 1.05, // trial and error appears about right
threshold: 1.5, // trial and error appears about right
ok: true,
last: lastUpdate,
};