summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-03-30 13:32:49 +0300
committerAndrew Dolgov <[email protected]>2016-03-30 13:32:49 +0300
commit79c891a8b7d411343da698e7fd8e617da7c20020 (patch)
tree1bac50a903093dc6de8384e2d7eb4021403d8917 /classes/rpc.php
parente3bc4591afbc8e93a3dbdc751d6a4e70256b81d9 (diff)
set smallish timeout on update check, exclude update checking on initial load
Diffstat (limited to 'classes/rpc.php')
-rwxr-xr-xclasses/rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index 235db59ef..617c7a22b 100755
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -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);