increased number of target peers

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7468 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2011-02-04 13:25:28 +00:00
parent 70ca7cec8c
commit 93732d6773

View File

@ -111,7 +111,7 @@ public final class SearchEvent {
if (remote && peers.sizeConnected() == 0) remote = false;
final long start = System.currentTimeMillis();
if (remote) {
final int fetchpeers = 12;
final int fetchpeers = 32;
// initialize a ranking process that is the target for data
// that is generated concurrently from local and global search threads