* save start time

* memory utilisation
This commit is contained in:
2019-12-12 12:39:28 +01:00
parent 97214d786e
commit 23bffc4c6e
3 changed files with 39 additions and 6 deletions

View File

@ -175,8 +175,8 @@ public class DataRequest extends PostRequest {
case "getversionandbuildtime":
sb.append("{");
sb.append("\"version\" : \""+ Info.version+"\"");
sb.append(",\"buildtime\" : \""+ Info.builddate+"\"");
sb.append("\"version\" : \""+ Info.getVersion()+"\"");
sb.append(",\"buildtime\" : \""+ Info.getBuilddate()+"\"");
sb.append(",\"query\":\"ok\"");