소스 검색

update maxcount for autoupdate

ruki 1 년 전
부모
커밋
c13c07702d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/autoupdate.lua

+ 1 - 1
scripts/autoupdate.lua

@@ -110,7 +110,7 @@ end
 
 function main(pattern)
     local count = 0
-    local maxcount = 3
+    local maxcount = 5
     local instances = _get_all_packages(pattern)
     math.randomseed(os.time())
     while count < maxcount and #instances > 0 do