Skip to content

Commit

Permalink
perf: 对执行对象任务写入 db 进行分批处理 #3312
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Nov 28, 2024
1 parent 3ad94c1 commit 66a3252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void batchSaveTasks(Collection<ExecuteObjectTask> tasks) {
}

private void executeSaveTasks(boolean executeObjectSupported,
Collection<ExecuteObjectTask> tasks) {
Collection<ExecuteObjectTask> tasks) {
if (executeObjectSupported) {
fileExecuteObjectTaskDAO.batchSaveTasks(tasks);
} else {
Expand Down

0 comments on commit 66a3252

Please sign in to comment.