I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0c94680a authored by zzz's avatar zzz
Browse files

* NetDB: Split up files into subdirectories

parent 832c0ff6
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment