Browse Source

update maxcount for autoupdate

ruki 1 year ago
parent
commit
c13c07702d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/autoupdate.lua

+ 1 - 1
scripts/autoupdate.lua

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