| Index: libcurl_http_fetcher.cc
|
| diff --git a/libcurl_http_fetcher.cc b/libcurl_http_fetcher.cc
|
| index 170abfa702e5892ada8dce93b39b6913d646a416..2502b6dda5da0ce9f37717d7bee05b4524cb46fb 100644
|
| --- a/libcurl_http_fetcher.cc
|
| +++ b/libcurl_http_fetcher.cc
|
| @@ -25,7 +25,7 @@ namespace chromeos_update_engine {
|
|
|
| namespace {
|
| const int kMaxRetriesCount = 20;
|
| -const int kNoNetworkRetrySeconds = 30;
|
| +const int kNoNetworkRetrySeconds = 10;
|
| const char kCACertificatesPath[] = "/usr/share/chromeos-ca-certificates";
|
| } // namespace {}
|
|
|
|
|