mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Live: reduce render throttling (#34451)
This commit is contained in:
parent
8147a65b5e
commit
488529b99f
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user