Changed priority for onepoll/further enhancement for dbclean

This commit is contained in:
Michael 2016-10-31 21:32:08 +00:00
parent 7823223a05
commit 4d966e1e21
4 changed files with 109 additions and 23 deletions

View file

@ -237,7 +237,7 @@ function _contact_update($contact_id) {
intval($contact_id));
} else
// pull feed and consume it, which should subscribe to the hub.
proc_run(PRIORITY_MEDIUM, "include/onepoll.php", $contact_id, "force");
proc_run(PRIORITY_HIGH, "include/onepoll.php", $contact_id, "force");
}
function _contact_update_profile($contact_id) {