Fixed failing storage policy tests due to not calculating the available storage

This commit is contained in:
CalDescent
2021-11-27 17:56:34 +00:00
parent 8823f69256
commit 0db681eeda
2 changed files with 8 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ public class ArbitraryDataStorageManager extends Thread {
public void shutdown() {
isStopping = true;
this.interrupt();
instance = null;
}
/**