mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 18:35:04 +00:00
upgrade yggstate db query
This commit is contained in:
parent
ab0391e29e
commit
6085677e67
@ -66,10 +66,10 @@ class YGGstate {
|
||||
$query = $this->_db->prepare('SELECT * FROM `peer`
|
||||
|
||||
HAVING (
|
||||
SELECT `peerRemote`.`uptime`
|
||||
FROM `peerRemote`
|
||||
WHERE `peerRemote`.`peerId` = `peer`.`peerId`
|
||||
ORDER BY `timeAdded` DESC
|
||||
SELECT `peerSession`.`uptime`
|
||||
FROM `peerSession`
|
||||
WHERE `peerSession`.`peerId` = `peer`.`peerId`
|
||||
ORDER BY `peerSession`.`peerSessionId` DESC
|
||||
LIMIT 1
|
||||
) >= ?');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user