- sorry for typos

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3743 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
karlchenofhell 18 years ago
parent baa9402b97
commit 7904175338

@ -969,7 +969,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser
ppRamString(stopwordsFile.length()/1024)); ppRamString(stopwordsFile.length()/1024));
} }
// load ranking tablesb // load ranking tables
File YBRPath = new File(rootPath, "ranking/YBR"); File YBRPath = new File(rootPath, "ranking/YBR");
if (YBRPath.exists()) { if (YBRPath.exists()) {
plasmaSearchPreOrder.loadYBR(YBRPath, 15); plasmaSearchPreOrder.loadYBR(YBRPath, 15);

@ -13,7 +13,7 @@
# e.g. 8080 # e.g. 8080
# #eth0:8080 # #eth0:8080
# 192.168.0.1: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. #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 #then set bindPort to the port yacy should bind on, and port to the port, visible from outside

Loading…
Cancel
Save