forked from I2P_Developers/i2p.i2p
Set Blockfile as default naming service
This commit is contained in:
@@ -35,7 +35,7 @@ public abstract class NamingService {
|
||||
|
||||
/** what classname should be used as the naming service impl? */
|
||||
public static final String PROP_IMPL = "i2p.naming.impl";
|
||||
private static final String DEFAULT_IMPL = "net.i2p.client.naming.HostsTxtNamingService";
|
||||
private static final String DEFAULT_IMPL = "net.i2p.client.naming.BlockfileNamingService";
|
||||
|
||||
/**
|
||||
* The naming service should only be constructed and accessed through the
|
||||
|
||||
Reference in New Issue
Block a user