elasticio-sailor-nodejs 3.0.0-dev2 → 3.0.0-dev3

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.
Files changed (2) hide show
  1. package/lib/settings.js +1 -0
  2. package/package.json +1 -1
package/lib/settings.js CHANGED
@@ -28,6 +28,7 @@ function getOptionalEnvVars(envVars) {
28
28
  // Should be defaulted to true and moved to proxy
29
29
  AMQP_PERSISTENT_MESSAGES: false,
30
30
 
31
+ OBJECT_STORAGE_SIZE_THRESHOLD: 1048576,
31
32
  OUTGOING_MESSAGE_SIZE_LIMIT: 10485760,
32
33
  NO_SELF_PASSTRHOUGH: false,
33
34
  PROTOCOL_VERSION: 1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elasticio-sailor-nodejs",
3
3
  "description": "The official elastic.io library for bootstrapping and executing for Node.js connectors",
4
- "version": "3.0.0-dev2",
4
+ "version": "3.0.0-dev3",
5
5
  "main": "run.js",
6
6
  "scripts": {
7
7
  "build": "tsc",