Try harder to clean up deleted blob storage entries.
This commit is contained in:
@@ -45,6 +45,10 @@ public final class BlobStorage {
|
||||
|
||||
private static Path dataDirectory; // Directory blobs get saved to.
|
||||
|
||||
static {
|
||||
Runtime.getRuntime().addShutdownHook(new Thread(BlobStorage::synchronize));
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user