forked from I2P_Developers/i2p.i2p
* NetDB: Split up files into subdirectories
This commit is contained in:
@@ -61,7 +61,7 @@ class PersistentDataStore extends TransientDataStore {
|
||||
public PersistentDataStore(RouterContext ctx, String dbDir, KademliaNetworkDatabaseFacade facade) throws IOException {
|
||||
super(ctx);
|
||||
_log = ctx.logManager().getLog(PersistentDataStore.class);
|
||||
_flat = ctx.getBooleanPropertyDefaultTrue(PROP_FLAT);
|
||||
_flat = ctx.getBooleanProperty(PROP_FLAT);
|
||||
_dbDir = getDbDir(dbDir);
|
||||
_facade = facade;
|
||||
_readJob = new ReadJob();
|
||||
|
Reference in New Issue
Block a user