GP-4327 Revised PackedDatabase synchronization to improve concurrent use

within the same processes.
This commit is contained in:
ghidra1 2024-02-23 19:22:36 -05:00
parent d27222d9b5
commit 0e2725c920
4 changed files with 82 additions and 99 deletions

View file

@ -554,7 +554,7 @@ public abstract class DomainObjectAdapterDB extends DomainObjectAdapter
}
try {
ContentHandler ch = DomainObjectAdapter.getContentHandler(this);
ContentHandler<?> ch = DomainObjectAdapter.getContentHandler(this);
PackedDatabase.packDatabase(dbh, name, ch.getContentType(), outputFile, monitor);
// TODO :( output method will cause Redo-able transactions to be cleared