mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 19:01:28 +00:00
set smallish timeout on update check, exclude update checking on initial load
This commit is contained in:
@@ -346,7 +346,7 @@ class RPC extends Handler_Protected {
|
||||
|
||||
if ($reply['error']['code'] == 0) {
|
||||
$reply['init-params'] = make_init_params();
|
||||
$reply['runtime-info'] = make_runtime_info();
|
||||
$reply['runtime-info'] = make_runtime_info(true);
|
||||
}
|
||||
|
||||
print json_encode($reply);
|
||||
|
||||
Reference in New Issue
Block a user