mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-17 12:48:08 +00:00
update modules/kbase: add 2 mod 330 files
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
package com.bytedesk.kbase.faq;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.time.ZonedDateTime;
|
||||
import java.util.concurrent.ExecutorService;
|
||||
import java.util.concurrent.Executors;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
@@ -72,7 +72,7 @@ public class FaqBulkIndexTester {
|
||||
});
|
||||
}
|
||||
|
||||
log.info("批量索引测试任务已提交,时间: {}", LocalDateTime.now());
|
||||
log.info("批量索引测试任务已提交,时间: {}", ZonedDateTime.now());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user