update the marks for xdb cached search

This commit is contained in:
Lion
2022-06-24 12:24:16 +08:00
parent deeb947ba1
commit 00b3b4c76d

View File

@@ -87,7 +87,7 @@ if ($region === null) {
printf("{region: %s, took: %.5f ms}\n", $region, XdbSearcher::now() - $sTime);
/ 备注:并发使用,用整个 xdb 缓存创建的 searcher 对象可以安全用于并发。
// 备注:并发使用,用整个 xdb 缓存创建的 searcher 对象可以安全用于并发。
```
# 查询测试