@iobroker/db-states-redis
Advanced tools
Comparing version 7.0.7-alpha.1-20250101-f1ba02661 to 7.0.7-alpha.2-20250110-fe9fbf6b6
@@ -126,3 +126,2 @@ "use strict"; | ||
let errorLogged = false; | ||
this.settings.connection.maxQueue = this.settings.connection.maxQueue || 1e3; | ||
this.settings.connection.options = this.settings.connection.options || {}; | ||
@@ -129,0 +128,0 @@ const retry_max_delay = this.settings.connection.options.retry_max_delay || 5e3; |
@@ -113,4 +113,2 @@ /** | ||
let errorLogged = false; | ||
// limit max number of log entries in the list | ||
this.settings.connection.maxQueue = this.settings.connection.maxQueue || 1000; | ||
this.settings.connection.options = this.settings.connection.options || {}; | ||
@@ -117,0 +115,0 @@ const retry_max_delay = this.settings.connection.options.retry_max_delay || 5000; |
{ | ||
"name": "@iobroker/db-states-redis", | ||
"type": "module", | ||
"version": "7.0.7-alpha.1-20250101-f1ba02661", | ||
"version": "7.0.7-alpha.2-20250110-fe9fbf6b6", | ||
"engines": { | ||
@@ -9,3 +9,3 @@ "node": ">=12.0.0" | ||
"dependencies": { | ||
"@iobroker/db-base": "7.0.7-alpha.1-20250101-f1ba02661", | ||
"@iobroker/db-base": "7.0.7-alpha.2-20250110-fe9fbf6b6", | ||
"ioredis": "^4.28.2" | ||
@@ -49,3 +49,3 @@ }, | ||
], | ||
"gitHead": "c13df070c258bee1d468a78e0560ab6476da8e3c" | ||
"gitHead": "309bfc835318e78bcf4dafeb81858530ce2d2470" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
299680
2554
+ Added@iobroker/db-base@7.0.7-alpha.2-20250110-fe9fbf6b6(transitive)
+ Added@iobroker/js-controller-common-db@7.0.7-alpha.2-20250110-fe9fbf6b6(transitive)
- Removed@iobroker/db-base@7.0.7-alpha.1-20250101-f1ba02661(transitive)
- Removed@iobroker/js-controller-common-db@7.0.7-alpha.1-20250101-f1ba02661(transitive)