Commit 8a2faca2 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 8c4e6804
......@@ -14,9 +14,10 @@ async function run() {
let arrReserv=[]
let arrCompound=[]
for (let f = 0; f < directory.length; f=f+10000) {
for (let f = 0; f < directory.length; f=f+200) {
let arrFinal=[]
for (let i=0;i<10000;i++)
console.log('try '+f+ ' to '+(f+200)+ ' from '+directory.length)
for (let i=0;i<200;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