Explorar o código

let high = low + 8

龚成明 %!s(int64=3) %!d(string=hai) anos
pai
achega
538e47ff05
Modificáronse 1 ficheiros con 1 adicións e 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