Changeset 5bc2dab
- Timestamp:
- Aug 19, 2009 3:26:35 PM (11 years ago)
- Branches:
- master
- Children:
- 6f05328
- Parents:
- c537d16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/peermanager/ProfileOrganizerRenderer.java
rc537d16 r5bc2dab 34 34 35 35 long now = _context.clock().now(); 36 long hideBefore = now - 2*60*60*1000;36 long hideBefore = now - 90*60*1000; 37 37 38 38 TreeSet order = new TreeSet(_comparator); … … 67 67 "<th>Capacity</th>" + 68 68 "<th>Integration</th>" + 69 "<th> Failing?</th>" +69 "<th>Status</th>" + 70 70 "<th> </th>" + 71 71 "</tr>"); … … 229 229 "<li><b>capacity</b>: how many tunnels can we ask them to join in an hour?</li>" + 230 230 "<li><b>integration</b>: how many new peers have they told us about lately?</li>" + 231 "<li><b> failing?</b>: is the peer currently swamped (and if possible we should avoid nagging them)?</li>" +231 "<li><b>status</b>: is the peer banned, or unreachable, or failing tunnel tests?</li>" + 232 232 "</ul></i>"); 233 233 out.write(buf.toString());
Note: See TracChangeset
for help on using the changeset viewer.