зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1116287: SEARCH_SERVICE_INIT_SYNC should not expire, r=rvitillo
--HG-- extra : rebase_source : f80695d53c41eff4d160a5926d31688ff94af6f3
This commit is contained in:
Родитель
9cd3807a46
Коммит
f4befa70c9
|
@ -4556,7 +4556,7 @@
|
|||
"description": "Record the default search engine."
|
||||
},
|
||||
"SEARCH_SERVICE_INIT_MS": {
|
||||
"expires_in_version": "40",
|
||||
"expires_in_version": "never",
|
||||
"kind": "exponential",
|
||||
"high": "1000",
|
||||
"n_buckets": 15,
|
||||
|
@ -4564,8 +4564,8 @@
|
|||
"description": "Time (ms) it takes to initialize the search service"
|
||||
},
|
||||
"SEARCH_SERVICE_INIT_SYNC": {
|
||||
"alert_emails": ["rvitillo@mozilla.com"],
|
||||
"expires_in_version": "35",
|
||||
"alert_emails": ["rvitillo@mozilla.com", "gavin@mozilla.com"],
|
||||
"expires_in_version": "never",
|
||||
"kind": "boolean",
|
||||
"description": "search service has been initialized synchronously"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче