Upgrade notify

This commit is contained in:
nolash
2021-03-07 07:45:13 +01:00
parent fd263e7648
commit 1c0732d983
8 changed files with 11 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ new cic.PGPKeyStore(
importMeta,
);
const batchSize = 50;
const batchSize = 16;
const batchDelay = 1000;
const total = parseInt(process.argv[3]);
const workDir = path.join(process.argv[2], 'meta');