Commit 90bb7235 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 8a2faca2
......@@ -14,10 +14,10 @@ async function run() {
let arrReserv=[]
let arrCompound=[]
for (let f = 0; f < directory.length; f=f+200) {
for (let f = 0; f < directory.length; f=f+1000) {
let arrFinal=[]
console.log('try '+f+ ' to '+(f+200)+ ' from '+directory.length)
for (let i=0;i<200;i++)
console.log('try '+f+ ' to '+(f+1000)+ ' from '+directory.length)
for (let i=0;i<1000;i++)
{
try {
if ( (f+i) < directory.length )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment