From cb94ff21c2f28eca81ac976f593e53c5e6c5b3bb Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 10 Nov 2010 00:20:31 -0800 Subject: Remove the APT HTTP timeout: Host Unreachable == frowny pants. --- MobileCydia.mm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index cb9cda3..7223a99 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 {{{ */ -- cgit v1.2.3