@cubejs-backend/query-orchestrator 0.32.27 → 0.32.28

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.
@@ -26,7 +26,7 @@ class RedisPool {
26
26
  const opts = {
27
27
  min,
28
28
  max,
29
- acquireTimeoutMillis: (0, shared_1.getEnv)('redisАcquireTimeout') || 5000,
29
+ acquireTimeoutMillis: (0, shared_1.getEnv)('redisAcquireTimeout') || 5000,
30
30
  evictionRunIntervalMillis: 5000,
31
31
  // idleTimeoutSeconds and softIdleTimeoutSeconds should be deprecated in favour of options.poolOptions.idleTimeoutMillis
32
32
  idleTimeoutMillis: options.idleTimeoutSeconds ? options.idleTimeoutSeconds * 1000 : 5000,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/query-orchestrator",
3
3
  "description": "Cube.js Query Orchestrator and Cache",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.32.27",
5
+ "version": "0.32.28",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.git",
@@ -30,9 +30,9 @@
30
30
  "dist/src/*"
31
31
  ],
32
32
  "dependencies": {
33
- "@cubejs-backend/base-driver": "^0.32.26",
34
- "@cubejs-backend/cubestore-driver": "^0.32.26",
35
- "@cubejs-backend/shared": "^0.32.25",
33
+ "@cubejs-backend/base-driver": "^0.32.28",
34
+ "@cubejs-backend/cubestore-driver": "^0.32.28",
35
+ "@cubejs-backend/shared": "^0.32.28",
36
36
  "csv-write-stream": "^2.0.0",
37
37
  "es5-ext": "0.10.53",
38
38
  "generic-pool": "^3.7.1",
@@ -44,7 +44,7 @@
44
44
  "redis": "^3.0.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@cubejs-backend/linter": "^0.32.12",
47
+ "@cubejs-backend/linter": "^0.32.28",
48
48
  "@types/generic-pool": "^3.1.9",
49
49
  "@types/ioredis": "^4.19.3",
50
50
  "@types/jest": "^26.0.15",
@@ -74,5 +74,5 @@
74
74
  "es5-ext": "0.10.53",
75
75
  "minimist": "^1.2.6"
76
76
  },
77
- "gitHead": "dab4d93572a02a39b9faf77de1567a4fb12d4adb"
77
+ "gitHead": "31282a6fd5adfbbcb27cb1b25db30b6e4c5cf687"
78
78
  }