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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
};