forked from Qortal/qortal
Clear queue before exiting cache manager thread.
This commit is contained in:
parent
5c7d12f25e
commit
5ed3237d2f
@ -50,6 +50,9 @@ public class ArbitraryDataCacheManager extends Thread {
|
|||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
// Fall through to exit thread
|
// Fall through to exit thread
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clear queue before terminating thread
|
||||||
|
processResourceQueue();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void shutdown() {
|
public void shutdown() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user