forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1720614 - Remove HTTPS_RR_WAITING_TIME, r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D122123
- Loading branch information
1 parent
7afe5a7
commit 8422e6d
Showing
3 changed files
with
0 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16645,17 +16645,5 @@ | |
"Fetch", | ||
"Unexpected" | ||
] | ||
}, | ||
"HTTPS_RR_WAITING_TIME": { | ||
"record_in_processes": ["main", "socket"], | ||
"products": ["firefox"], | ||
"alert_emails": ["[email protected]", "[email protected]"], | ||
"bug_numbers": [1714506], | ||
"expires_in_version": "93", | ||
"kind": "exponential", | ||
"high": 5000, | ||
"n_buckets": 100, | ||
"keyed": true, | ||
"description": "The time that a transaction is waiting for HTTPS RR" | ||
} | ||
} |