]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
Merge pull request #896 from annando/master
[friendica.git] / include / poller.php
index 9ba9c782b7865e54b772923234641978845bd436..9b18fe3c6d9901dbe5f79c4f0cecb6e54f475270 100644 (file)
@@ -89,6 +89,9 @@ function poller_run(&$argv, &$argc){
        // Check OStatus conversations
        check_conversations();
 
+       // To-Do: Regenerate usage statistics
+       // q("ANALYZE TABLE `item`");
+
        // once daily run birthday_updates and then expire in background
 
        $d1 = get_config('system','last_expire_day');