Chromium Code Reviews| Index: net/base/host_resolver_impl.cc |
| =================================================================== |
| --- net/base/host_resolver_impl.cc (revision 49833) |
| +++ net/base/host_resolver_impl.cc (working copy) |
| @@ -45,7 +45,7 @@ |
| HostCache* cache = new HostCache( |
| kMaxHostCacheEntries, |
| base::TimeDelta::FromMinutes(1), |
| - base::TimeDelta::FromMinutes(1)); |
| + base::TimeDelta::FromSeconds(0)); // Disable caching of failed DNS. |
| return cache; |
| } |