]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Cron.php
Use a constant for the avatar base path
[friendica.git] / src / Worker / Cron.php
index 439024a4f61837b7a60eaf8514337d4c27ff040e..01c54fed1845576124498faf43d02f712bb52eb9 100644 (file)
@@ -92,9 +92,6 @@ class Cron
                                Worker::add(PRIORITY_LOW, 'PullDirectory');
                        }
 
-                       // Delete all done workerqueue entries                  
-                       Worker::add(PRIORITY_LOW, 'CleanWorkerQueue');
-
                        // Clear cache entries
                        Worker::add(PRIORITY_LOW, 'ClearCache');
 
@@ -112,6 +109,8 @@ class Cron
 
                        Worker::add(PRIORITY_LOW, 'ExpireConversations');
 
+                       Worker::add(PRIORITY_LOW, 'RemoveUnusedTags');
+
                        Worker::add(PRIORITY_LOW, 'RemoveUnusedContacts');
 
                        Worker::add(PRIORITY_LOW, 'RemoveUnusedAvatars');