Explorar el Código

let high = low + 8

龚成明 hace 3 años
padre
commit
538e47ff05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/lp/lpGenerate.ts

+ 1 - 1
scripts/lp/lpGenerate.ts

@@ -172,7 +172,7 @@ export class LpGenerate {
 
   // 二分法查length
   async getPositionLength(pm: any, low: number) {
-    let high = 1_000_000
+    let high = low + 8
 
     let checkNumber = low
     let prevLow: number = low