adjusted big peer to 28M links

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5448 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 16 years ago
parent 4ec1aacde1
commit 2be119f0df

@ -249,7 +249,7 @@ public class plasmaGrafics {
//System.out.println("Seed " + seed.hash + " has distance " + seed.dhtDistance() + ", angle = " + angle);
int linelength = 20 + outerradius * (20 * (name.length() - shortestName) / (longestName - shortestName) + Math.abs(seed.hash.hashCode() % 20)) / 60;
if (linelength > outerradius) linelength = outerradius;
int dotsize = 5 + (int) (seed.getLinkCount() / 1000000L);
int dotsize = 4 + (int) (seed.getLinkCount() / 2000000L);
if (dotsize > 18) dotsize = 18;
// draw dot
img.setColor(colorDot);

Loading…
Cancel
Save