Changeset a1c8e3e
- Timestamp:
- Oct 6, 2013 5:08:51 PM (7 years ago)
- Branches:
- master
- Children:
- 6bb1505d
- Parents:
- aa171bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/networkdb/kademlia/IterativeSearchJob.java
raa171bb ra1c8e3e 68 68 private static final int MAX_NON_FF = 3; 69 69 /** Max number of peers to query */ 70 private static final int TOTAL_SEARCH_LIMIT = 8;70 private static final int TOTAL_SEARCH_LIMIT = 7; 71 71 /** TOTAL_SEARCH_LIMIT * SINGLE_SEARCH_TIME, plus some extra */ 72 72 private static final int MAX_SEARCH_TIME = 30*1000;
Note: See TracChangeset
for help on using the changeset viewer.