mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
There is now two different checks for the completion of conversations
This commit is contained in:
parent
28f0e9a2de
commit
bffe35ab71
2 changed files with 27 additions and 7 deletions
|
@ -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`");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue