diff --git a/router/java/src/net/i2p/router/networkdb/kademlia/IterativeSearchJob.java b/router/java/src/net/i2p/router/networkdb/kademlia/IterativeSearchJob.java index 8b9bf927a6372de68fd2743ca6b0da1b9e8b7bc2..5afb88857a60cd35fc5bfa5ee913eb8d8ef5dd18 100644 --- a/router/java/src/net/i2p/router/networkdb/kademlia/IterativeSearchJob.java +++ b/router/java/src/net/i2p/router/networkdb/kademlia/IterativeSearchJob.java @@ -67,7 +67,7 @@ class IterativeSearchJob extends FloodSearchJob { private static final int MAX_NON_FF = 3; /** Max number of peers to query */ - private static final int TOTAL_SEARCH_LIMIT = 8; + private static final int TOTAL_SEARCH_LIMIT = 7; /** TOTAL_SEARCH_LIMIT * SINGLE_SEARCH_TIME, plus some extra */ private static final int MAX_SEARCH_TIME = 30*1000; /**