fix:垮线程 --> 跨线程

This commit is contained in:
alistar 2022-07-05 14:58:03 +08:00
parent 17d164191f
commit 34ddd2ea33
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class SearcherTest {
System.out.printf("failed to search(%s): %s\n", ip, e); System.out.printf("failed to search(%s): %s\n", ip, e);
} }
// 备注:并发使用,用整个 xdb 数据缓存创建的查询对象可以安全的用于并发,也就是你可以把这个 searcher 对象做成全局对象去线程访问。 // 备注:并发使用,用整个 xdb 数据缓存创建的查询对象可以安全的用于并发,也就是你可以把这个 searcher 对象做成全局对象去线程访问。
} }
} }
``` ```