Consistently say '<Type> Query'
This commit is contained in:
parent
b285acf70a
commit
68f3ebb2c6
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class Image
|
|||
return null;
|
||||
}
|
||||
$req_str = json_encode($req);
|
||||
$_tracer->begin("Query Accelerator", null, ["req"=>$req_str]);
|
||||
$_tracer->begin("Accelerator Query", null, ["req"=>$req_str]);
|
||||
fwrite($fp, $req_str);
|
||||
$data = "";
|
||||
while (($buffer = fgets($fp, 4096)) !== false) {
|
||||
|
|
Reference in a new issue