diff --git a/public/app/features/live/perf.ts b/public/app/features/live/perf.ts index 2af73c371db..aea98083981 100644 --- a/public/app/features/live/perf.ts +++ b/public/app/features/live/perf.ts @@ -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, };