reenabling debugMode (60 Seconds timeout for *all* http connections)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1165 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent bb1f73ec15
commit ae6a4650bc

@ -535,7 +535,7 @@ public final class httpc {
//serverLog.logDebug("HTTPC", handle + " initialized");
this.remoteProxyUse = false;
//this.timeout = timeout;
//if(yacyDebugMode){ this.timeout=60000; }
if(yacyDebugMode){ this.timeout=60000; }
this.savedRemoteHost = server;
try {

Loading…
Cancel
Save