mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-26 11:41:24 +00:00
Clear queue before exiting cache manager thread.
This commit is contained in:
@@ -50,6 +50,9 @@ public class ArbitraryDataCacheManager extends Thread {
|
||||
} catch (InterruptedException e) {
|
||||
// Fall through to exit thread
|
||||
}
|
||||
|
||||
// Clear queue before terminating thread
|
||||
processResourceQueue();
|
||||
}
|
||||
|
||||
public void shutdown() {
|
||||
|
Reference in New Issue
Block a user