starta.microservice 0.1.9659 → 0.1.9664

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.
@@ -253,7 +253,7 @@ class SnsSqs {
253
253
  if (inProgressPromises.length < MAX_CONCURRENT_BATCHES_PER_QUEUE) {
254
254
  const params = {
255
255
  QueueUrl: queueUrl,
256
- WaitTimeSeconds: 30,
256
+ WaitTimeSeconds: 20,
257
257
  VisibilityTimeout: 60,
258
258
  MaxNumberOfMessages: MAX_CONCURRENT_MESSAGES_PER_BATCH,
259
259
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.microservice",
3
- "version": "0.1.9659",
3
+ "version": "0.1.9664",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Core library for Starta.one microservice",
6
6
  "author": "Collaboracia OÜ",