@mimik/configuration 4.4.12 → 4.4.13

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/common.js +2 -2
  2. package/package.json +7 -7
package/lib/common.js CHANGED
@@ -43,8 +43,8 @@ const DEFAULT_DYNAMO_THROUGHPUT_WRITE = 1;
43
43
  const DEFAULT_DYNAMO_THROUGHPUT = 1;
44
44
 
45
45
  const DEFAULT_MONGO_MAX_POOL_SIZE = 10;
46
- const DEFAULT_MONGO_MIN_POOL_SIZE = 5;
47
- const DEFAULT_MONGO_MAX_IDLE_TIME = 3000; // in ms
46
+ const DEFAULT_MONGO_MIN_POOL_SIZE = 0;
47
+ const DEFAULT_MONGO_MAX_IDLE_TIME = 30000; // in ms
48
48
  const DEFAULT_MONGO_KEEP_ALIVE = true;
49
49
  const DEFAULT_MONGO_KEEP_ALIVE_INITIAL_DELAY = 300000; // in ms
50
50
  const DEFAULT_MONGO_SOCKET_TIMEOUT = 20000; // in ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/configuration",
3
- "version": "4.4.12",
3
+ "version": "4.4.13",
4
4
  "description": "Common configuration for mimik services",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@mimik/request-helper": "^1.7.8",
34
34
  "@mimik/sumologic-winston-logger": "^1.6.14",
35
- "@mimik/user-filters": "1.3.5",
35
+ "@mimik/user-filters": "1.3.6",
36
36
  "ip": "2.0.0",
37
37
  "lodash": "4.17.21",
38
38
  "uuid": "9.0.0"
@@ -40,13 +40,13 @@
40
40
  "devDependencies": {
41
41
  "@mimik/eslint-plugin-dependencies": "^2.4.5",
42
42
  "@mimik/eslint-plugin-document-env": "^1.0.5",
43
- "eslint": "8.30.0",
43
+ "eslint": "8.36.0",
44
44
  "eslint-config-airbnb": "19.0.4",
45
- "eslint-plugin-import": "2.26.0",
46
- "eslint-plugin-jsx-a11y": "6.6.1",
47
- "eslint-plugin-react": "7.31.11",
45
+ "eslint-plugin-import": "2.27.5",
46
+ "eslint-plugin-jsx-a11y": "6.7.1",
47
+ "eslint-plugin-react": "7.32.2",
48
48
  "eslint-plugin-react-hooks": "4.6.0",
49
- "husky": "8.0.2",
49
+ "husky": "8.0.3",
50
50
  "jsdoc-to-markdown": "8.0.0"
51
51
  }
52
52
  }