Bug 1479898 - P3. Increase the application reputation remote lookup timeout to 15sec. r=francois

3% download protection remote lookup failures are from timeout.
Increase the timeout from 10sec to 15sec to see if this help.

Differential Revision: https://phabricator.services.mozilla.com/D5265

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dimi Lee 2018-09-07 18:28:35 +00:00
Родитель d81ea01968
Коммит 08b5cd489f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5463,7 +5463,7 @@ pref("browser.safebrowsing.id", "Firefox");
// Download protection
pref("browser.safebrowsing.downloads.enabled", true);
pref("browser.safebrowsing.downloads.remote.enabled", true);
pref("browser.safebrowsing.downloads.remote.timeout_ms", 10000);
pref("browser.safebrowsing.downloads.remote.timeout_ms", 15000);
pref("browser.safebrowsing.downloads.remote.url", "https://sb-ssl.google.com/safebrowsing/clientreport/download?key=%GOOGLE_API_KEY%");
pref("browser.safebrowsing.downloads.remote.block_dangerous", true);
pref("browser.safebrowsing.downloads.remote.block_dangerous_host", true);