Bug 1906254 - [devtools] Update version in backward compat comment for resource throttling r=ochameau,devtools-reviewers

To make sure we clean it up when possible.

Differential Revision: https://phabricator.services.mozilla.com/D215732
This commit is contained in:
Julian Descottes 2024-07-04 10:15:58 +00:00
Родитель 3967c0caeb
Коммит 89a0571426
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -64,8 +64,8 @@ class ResourceCommand {
// we don't have listeners registered twice.
this._offTargetFrontListeners = new Map();
// @backward-compat { version 124 } The server started throttling ressource emission
// Once 124 is released, we can always throttle to 0.
// @backward-compat { version 129 } The server started throttling ressource emission
// Once 129 is released, we can always throttle to 0.
// We might also remove the throttle usage entirely as it may not have a significant impact anymore.
const throttleDelay =
commands.client.mainRoot.traits.throttledResources &&