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

@@ -61,7 +61,7 @@ class PluginUpdateChecker extends UpdateRunner {
try {
_get = new PartialEepGet(_context, proxyHost, proxyPort, _baos, _currentURI.toString(), TrustedUpdate.HEADER_BYTES);
_get.addStatusListener(this);
_get.fetch();
_get.fetch(CONNECT_TIMEOUT);
} catch (Throwable t) {
_log.error("Error checking update for plugin", t);
}