t
This commit is contained in:
parent
7a4dd5757c
commit
4d266533db
@ -21,7 +21,7 @@ public class DatabaseCore implements IDatabase {
|
|||||||
public DatabaseCore(Path dataFile, Path referencesMetaFile) throws IOException {
|
public DatabaseCore(Path dataFile, Path referencesMetaFile) throws IOException {
|
||||||
this.dataFile = dataFile;
|
this.dataFile = dataFile;
|
||||||
this.referencesMetaFile = referencesMetaFile;
|
this.referencesMetaFile = referencesMetaFile;
|
||||||
this.referencesIO = new ConcurrentDatabaseReferencesIO(dataFile, referencesMetaFile, 10, 10);
|
this.referencesIO = new ConcurrentDatabaseReferencesIO(dataFile, referencesMetaFile, 1, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user