mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
expire and gprobe now moved as well
This commit is contained in:
parent
27af65918e
commit
501514bd54
7 changed files with 153 additions and 143 deletions
|
@ -688,7 +688,7 @@ class GlobalContact
|
|||
|
||||
if ($doprobing) {
|
||||
logger("Last Contact: ". $last_contact_str." - Last Failure: ".$last_failure_str." - Checking: ".$contact["url"], LOGGER_DEBUG);
|
||||
Worker::add(PRIORITY_LOW, 'gprobe', $contact["url"]);
|
||||
Worker::add(PRIORITY_LOW, 'GProbe', $contact["url"]);
|
||||
}
|
||||
|
||||
return $gcontact_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue