Преглед изворни кода

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