Changeset 22b1d5f
- Timestamp:
- Jul 28, 2009 1:28:13 PM (12 years ago)
- Branches:
- master
- Children:
- fb1a653
- Parents:
- d2c939b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
history.txt
rd2c939b r22b1d5f 1 2009-07-28 zzz 2 * Add new reseed URL (thanks eche|on!) 3 1 4 2009-07-27 zzz 2 5 * Add flag dimensions to speed up profiles.jsp rendering -
router/java/src/net/i2p/router/RouterVersion.java
rd2c939b r22b1d5f 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 29;21 public final static long BUILD = 30; 22 22 /** for example "-test" */ 23 23 public final static String EXTRA = "-rc"; -
router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java
rd2c939b r22b1d5f 35 35 private static final long MAX_RESEED_RESPONSE_SIZE = 8 * 1024 * 1024; 36 36 37 private static final String DEFAULT_SEED_URL = "http://netdb.i2p2.de/,http://b.netdb.i2p2.de/ ";37 private static final String DEFAULT_SEED_URL = "http://netdb.i2p2.de/,http://b.netdb.i2p2.de/,http://reseed.i2p-projekt.de/"; 38 38 private static final String PROP_INPROGRESS = "net.i2p.router.web.ReseedHandler.reseedInProgress"; 39 39 private static final String PROP_ERROR = "net.i2p.router.web.ReseedHandler.errorMessage";
Note: See TracChangeset
for help on using the changeset viewer.