From 7904175338c02bf5ce10b1764e2b86cea483ac3e Mon Sep 17 00:00:00 2001 From: karlchenofhell Date: Sun, 20 May 2007 16:22:46 +0000 Subject: [PATCH] - sorry for typos git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3743 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaSwitchboard.java | 2 +- yacy.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/de/anomic/plasma/plasmaSwitchboard.java b/source/de/anomic/plasma/plasmaSwitchboard.java index 3a47c03d1..a21bd5033 100644 --- a/source/de/anomic/plasma/plasmaSwitchboard.java +++ b/source/de/anomic/plasma/plasmaSwitchboard.java @@ -969,7 +969,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser ppRamString(stopwordsFile.length()/1024)); } - // load ranking tablesb + // load ranking tables File YBRPath = new File(rootPath, "ranking/YBR"); if (YBRPath.exists()) { plasmaSearchPreOrder.loadYBR(YBRPath, 15); diff --git a/yacy.init b/yacy.init index 56dbd1673..bfd81e050 100644 --- a/yacy.init +++ b/yacy.init @@ -13,7 +13,7 @@ # e.g. 8080 # #eth0:8080 # 192.168.0.1:8080 -port = 8085 +port = 8080 #sometimes you may want yacy to bind to another port, than the one reachable from outside. #then set bindPort to the port yacy should bind on, and port to the port, visible from outside