mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 15:25:56 +00:00
decouple runtime-info object from counters
This commit is contained in:
@@ -99,9 +99,6 @@ class RPC extends Handler_Protected {
|
||||
'seq' => $seq
|
||||
];
|
||||
|
||||
if ($seq % 2)
|
||||
$reply['runtime-info'] = $this->make_runtime_info();
|
||||
|
||||
print json_encode($reply);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user