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