diff --git a/libs/features/mas/docs/benchmarks.html b/libs/features/mas/docs/benchmarks.html index f610ded889..d38f2f5dd2 100644 --- a/libs/features/mas/docs/benchmarks.html +++ b/libs/features/mas/docs/benchmarks.html @@ -62,7 +62,7 @@ //if adjust is set to true, we adjust the limit based on the stored initTime and //reference time of 82ms it took on a quick network. This way, we should not be //affected by network speed when comparing benchmarks to limit. - const referentInitialTime = 82.0; + const referentInitialTime = 35.0; const previousLimit = limit; if (referentInitialTime < window.initTime) { limit = limit * window.initTime / referentInitialTime;