Add Single file archive method.

This commit is contained in:
András Rutkai
2024-03-15 19:41:41 +01:00
parent 5990d4ce2d
commit 5fe6a5b19a
32 changed files with 211 additions and 31 deletions
+14
View File
@@ -38,6 +38,13 @@ async function processBatch() {
{
readable: "pending",
},
///////////////////////
{
singlefile: null,
},
{
singlefile: "pending",
},
],
},
take: archiveTakeCount,
@@ -75,6 +82,13 @@ async function processBatch() {
{
readable: "pending",
},
///////////////////////
{
singlefile: null,
},
{
singlefile: "pending",
},
],
},
take: archiveTakeCount,