I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 29d0c19b authored by zzz's avatar zzz
Browse files

Update: increase max retries

parent 917e1023
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,8 @@ public class UpdateHandler {
try {
EepGet get = null;
if (shouldProxy)
get = new EepGet(_context, proxyHost, proxyPort, 20, SIGNED_UPDATE_FILE, updateURL, false);
// 40 retries!!
get = new EepGet(_context, proxyHost, proxyPort, 40, SIGNED_UPDATE_FILE, updateURL, false);
else
get = new EepGet(_context, 1, SIGNED_UPDATE_FILE, updateURL, false);
get.addStatusListener(UpdateRunner.this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment