|
From: <Ar...@us...> - 2010-05-10 09:39:36
|
Revision: 4498
http://phex.svn.sourceforge.net/phex/?rev=4498&view=rev
Author: ArneBab
Date: 2010-05-10 09:39:30 +0000 (Mon, 10 May 2010)
Log Message:
-----------
I2PMOD: Sources are valuable - ten times more retries (120) before ignoring.
Modified Paths:
--------------
phex/branches/i2phex/src/main/java/phex/download/swarming/SWDownloadConstants.java
Modified: phex/branches/i2phex/src/main/java/phex/download/swarming/SWDownloadConstants.java
===================================================================
--- phex/branches/i2phex/src/main/java/phex/download/swarming/SWDownloadConstants.java 2010-05-10 08:44:00 UTC (rev 4497)
+++ phex/branches/i2phex/src/main/java/phex/download/swarming/SWDownloadConstants.java 2010-05-10 09:39:30 UTC (rev 4498)
@@ -40,8 +40,11 @@
/**
* The number of failed connection tries after which a candidate is marked
* as ignored.
+ *
+ * I2PMOD: Sources are valuable - ten times more retries befor ignoring
+ * to avoid losing possibly good sources over a restart.
*/
- public static final int IGNORE_CANDIDATE_CONNECTION_TRIES = 12;
+ public static final int IGNORE_CANDIDATE_CONNECTION_TRIES = 120;
/**
* The in bytes that is used for determine a merge or split of a segment.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|