increased proxy load time-out from 30000 to 60000 milliseconds

according to http://forum.yacy-websuche.de/viewtopic.php?p=17782#p17782

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6583 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent 34354cf9b2
commit d9169cc6c3

@ -100,7 +100,7 @@ public final class HTTPDProxyHandler {
// can only be instantiated upon first instantiation of this class object // can only be instantiated upon first instantiation of this class object
private static Switchboard sb = null; private static Switchboard sb = null;
private static final HashSet<String> yellowList; private static final HashSet<String> yellowList;
private static int timeout = 30000; private static int timeout = 60000;
private static boolean yacyTrigger = true; private static boolean yacyTrigger = true;
public static boolean isTransparentProxy = false; public static boolean isTransparentProxy = false;
private static Process redirectorProcess = null; private static Process redirectorProcess = null;

Loading…
Cancel
Save