Issue 9015: Reducing load of remote systems
This commit is contained in:
@@ -60,7 +60,7 @@ class OnePoll
|
||||
return;
|
||||
}
|
||||
|
||||
if (($contact['network'] != Protocol::MAIL) || $force) {
|
||||
if (($contact['network'] != Protocol::MAIL) && $force) {
|
||||
Contact::updateFromProbe($contact_id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user