1
0
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:
Andrew Dolgov
2016-03-30 13:32:49 +03:00
parent e3bc4591af
commit 79c891a8b7
2 changed files with 4 additions and 4 deletions

View File

@@ -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);