fixups after prop

This commit is contained in:
zzz
2012-08-03 18:56:53 +00:00
parent 4a1b83961d
commit 72ed1bc1ac
4 changed files with 9 additions and 5 deletions

View File

@ -105,7 +105,7 @@ class PluginUpdateRunner extends UpdateRunner {
else
_get = new EepGet(_context, 1, _updateFile, _xpi2pURL, false);
_get.addStatusListener(PluginUpdateRunner.this);
_get.fetch();
_get.fetch(CONNECT_TIMEOUT, -1, shouldProxy ? INACTIVITY_TIMEOUT : NOPROXY_INACTIVITY_TIMEOUT);
} catch (Throwable t) {
_log.error("Error downloading plugin", t);
}