Bug 1167552 - Enable network.dns.get-ttl r=mcmanus

This commit is contained in:
Valentin Gosu 2015-05-22 14:26:13 +03:00
Родитель a3d5341a59
Коммит 385307922b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1603,7 +1603,7 @@ pref("network.dnsCacheEntries", 400);
pref("network.dnsCacheExpiration", 60);
// Get TTL; not supported on all platforms; nop on the unsupported ones.
pref("network.dns.get-ttl", false);
pref("network.dns.get-ttl", true);
// The grace period allows the DNS cache to use expired entries, while kicking off
// a revalidation in the background.