mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-12 10:15:49 +00:00
Call cleanupQueues() from the Controller
This commit is contained in:
parent
8515112811
commit
42bc12f56d
@ -541,6 +541,8 @@ public class Controller extends Thread {
|
||||
|
||||
// Clean up arbitrary data request cache
|
||||
ArbitraryDataManager.getInstance().cleanupRequestCache(now);
|
||||
// Clean up arbitrary data queues and lists
|
||||
ArbitraryDataManager.getInstance().cleanupQueues(now);
|
||||
|
||||
// Time to 'checkpoint' uncommitted repository writes?
|
||||
if (now >= repositoryCheckpointTimestamp + repositoryCheckpointInterval) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user