reduce search limit

This commit is contained in:
zzz
2013-10-06 17:08:51 +00:00
parent aa171bbaa6
commit a1c8e3eae3

View File

@ -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;
/**