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 =
|
|
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...`);
|