* NetDB: Split up files into subdirectories

This commit is contained in:
zzz
2013-01-12 18:14:51 +00:00
parent 832c0ff683
commit 0c94680a45

View File

@@ -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();