There is now two different checks for the completion of conversations

This commit is contained in:
Michael Vogel 2015-06-29 21:53:59 +02:00
parent 28f0e9a2de
commit bffe35ab71
2 changed files with 27 additions and 7 deletions

View file

@ -103,7 +103,11 @@ function poller_run(&$argv, &$argc){
$abandon_days = 0;
// Check OStatus conversations
check_conversations();
// Check only conversations with mentions (for a longer time)
check_conversations(true);
// Check every conversation
check_conversations(false);
// To-Do: Regenerate usage statistics
// q("ANALYZE TABLE `item`");