Skip to content

Commit

Permalink
* no need to update the searchpage links anymore
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4994 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Jul 13, 2008
1 parent 0bb7c42 commit b704cf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions htroot/ConfigBasic.java
Expand Up @@ -59,7 +59,6 @@
import de.anomic.server.serverInstantBusyThread;
import de.anomic.server.serverObjects;
import de.anomic.server.serverSwitch;
import de.anomic.yacy.yacyAccessible;
import de.anomic.yacy.yacySeed;

public class ConfigBasic {
Expand Down Expand Up @@ -143,8 +142,8 @@ public static serverObjects respond(httpHeader header, serverObjects post, serve
prop.put("nextStep_sslSupport", theServerCore.withSSL() ? "1" : "0");

// generate new shortcut (used for Windows)
yacyAccessible.setNewPortBat(Integer.parseInt(port));
yacyAccessible.setNewPortLink(Integer.parseInt(port));
//yacyAccessible.setNewPortBat(Integer.parseInt(port));
//yacyAccessible.setNewPortLink(Integer.parseInt(port));

// force reconnection in 7 seconds
theServerCore.reconnect(7000);
Expand Down

0 comments on commit b704cf1

Please sign in to comment.