mirror of
https://github.com/friendica/friendica
synced 2025-04-29 09:04:24 +02:00
Use "failed" field
This commit is contained in:
parent
ebcf757244
commit
5bf813d0ec
9 changed files with 22 additions and 24 deletions
|
@ -1587,7 +1587,7 @@ class GServer
|
|||
|
||||
$gservers = DBA::p("SELECT `id`, `url`, `nurl`, `network`, `poco`
|
||||
FROM `gserver`
|
||||
WHERE `last_contact` >= `last_failure`
|
||||
WHERE NOT `failed`
|
||||
AND `poco` != ''
|
||||
AND `last_poco_query` < ?
|
||||
ORDER BY RAND()", $last_update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue