delete file that are no longer needed

This commit is contained in:
loicbersier 2020-01-21 23:39:30 +01:00
parent e7edf40759
commit 9df175d941

View file

@ -40,8 +40,14 @@ class DownloadController {
}
return 0;
}).slice(0, 5)
// Save space by deleting file that doesn't appear in the recent feed
for (let f of fs.readdirSync('./public/uploads')) {
if (!file.includes(f) && (f != 'hidden' && f != '.keep')) {
fs.unlinkSync(`./public/uploads/${f}`);
}
}
for (let f of file) {
if (f.endsWith('.mp4') || f.endsWith('.webm')) {
// Send file name, file size in MB relative path for the file