forked from I2P_Developers/i2p.i2p
Fix too short of delay for http. It is up to the browser to time out , not the proxy.
This commit is contained in:
@@ -56,7 +56,7 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem
|
||||
}
|
||||
}
|
||||
|
||||
protected static final int DEFAULT_READ_TIMEOUT = 60*1000;
|
||||
protected static final int DEFAULT_READ_TIMEOUT = 5*60*1000;
|
||||
|
||||
protected static long __requestId = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user