helium3@sina.com 1 年之前
父节点
当前提交
f59945c96e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/onchain/week3/randomWeek3.ts

+ 1 - 1
src/onchain/week3/randomWeek3.ts

@@ -9,7 +9,7 @@ async function startCheck(concurrency) {
     where: {
       finish: 0,
     },
-    take: 1,
+    take: 4000,
     orderBy: {
       id: 'asc',
     },