skyfffire 3 years ago
parent
commit
b4f3a00035
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/lp/lpMaintenance.ts

+ 1 - 1
scripts/lp/lpMaintenance.ts

@@ -104,7 +104,7 @@ export class LpMaintenance {
       const topLpPullRst = await history.findByHashOrBlockOrDataVague('topLp', '', '', 0, 20000)
       if (!topLpPullRst.state) continue
       const topLpList = topLpPullRst.data
-      const lpPullRst = await history.findByHashOrBlockOrDataVague('lp', '', '', 0, 20000)
+      const lpPullRst = await history.findByHashOrBlockOrDataVague('lp', '', '', 0, 100000)
       if (!lpPullRst.state) continue
       const lpList = lpPullRst.data
       const normalLpPullRst = await history.findByHashOrBlockOrDataVague('normalLp', '', '', 0, 20000)