forked from I2P_Developers/i2p.i2p
DNS (ticket #1998):
- Data: Cache hostname lookups in RouterAddress - Job Queue: Make search jobs droppable - Router: Increase JVM DNS cache time - Util: Add negative DNS lookup cache, increase cache size
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<%
|
||||
/*
|
||||
* USE CAUTION WHEN EDITING
|
||||
* Trailing whitespace OR NEWLINE on the last line will cause
|
||||
* IllegalStateExceptions !!!
|
||||
*
|
||||
* Do not tag this file for translation.
|
||||
*/
|
||||
try {
|
||||
net.i2p.I2PAppContext ctx = net.i2p.I2PAppContext.getGlobalContext();
|
||||
String family = ctx.getProperty("netdb.family.name");
|
||||
@@ -31,5 +38,4 @@ try {
|
||||
throw ioe;
|
||||
}
|
||||
}
|
||||
// don't worry about a newline after this
|
||||
%>
|
||||
%>
|
Reference in New Issue
Block a user