Prechádzať zdrojové kódy

update maxcount for autoupdate

ruki 1 rok pred
rodič
commit
c13c07702d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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