每次批量新增5000行
This commit is contained in:
parent
aac756e5fa
commit
bdab54ca96
@ -72,7 +72,7 @@ public class TsNodesServiceImpl extends ServiceImpl<TsNodesMapper, TsNodes> impl
|
||||
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(ChannelInboundHandlerAdapter.class);
|
||||
|
||||
private static final int BATCH_SIZE = 1000;
|
||||
private static final int BATCH_SIZE = 5000;
|
||||
|
||||
//试验任务节点表 Mapper
|
||||
@Resource
|
||||
|
||||
Loading…
Reference in New Issue
Block a user