From: Jay Freeman (saurik) Date: Wed, 10 Nov 2010 08:20:31 +0000 (-0800) Subject: Remove the APT HTTP timeout: Host Unreachable == frowny pants. X-Git-Tag: v1.0.3366~49 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/cb94ff21c2f28eca81ac976f593e53c5e6c5b3bb?ds=inline Remove the APT HTTP timeout: Host Unreachable == frowny pants. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index cb9cda33..7223a99e 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9101,7 +9101,10 @@ int main(int argc, char *argv[]) { _pooled if (lang != NULL) _config->Set("APT::Acquire::Translation", lang); - _config->Set("Acquire::http::Timeout", 15); + + // XXX: this timeout might be important :( + //_config->Set("Acquire::http::Timeout", 15); + _config->Set("Acquire::http::MaxParallel", 3); /* }}} */ /* Color Choices {{{ */