Commit 191f7a1c authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 5f7f128e
......@@ -134,7 +134,7 @@ async function copyAllFiles()
}
let stats = await fs.statSync('files/' + files[i])
if (stats.size < 5000) {
if (stats.size < 1000) {
await fs.unlinkSync('files/' + files[i])
continue
......
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