abmp-npm 2.0.59 → 2.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -179,7 +179,7 @@ const updateSiteMapS3 = async () => {
179
179
  // const creds = await getNewStsSessionToken(tokens.AWS_ACCESS_KEY_ID, tokens.AWS_SECRET_ACCESS_KEY, 3600);
180
180
  // console.log("creds",creds); // verify it’s fresh
181
181
  try {
182
- const chunkSize = 50000;
182
+ const chunkSize = 10000;
183
183
  console.log('Total items will be split into', relevantMembers.length / chunkSize);
184
184
  const chunks = chunkArray(relevantMembers, chunkSize);
185
185
  console.log(`Uploading ${chunks.length} sitemap files...`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "2.0.59",
3
+ "version": "2.0.60",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",