@iobroker/db-states-jsonl
Advanced tools
Comparing version 4.0.9-alpha.5-20220212-1262c69e to 4.0.9
@@ -69,2 +69,10 @@ /** | ||
maxBufferedCommands: 2000 | ||
}, | ||
lockfile: { | ||
// 5 retries starting at 250ms add up to just above 2s, | ||
// so the DB has 3 more seconds to load all data if it wants to stay within the 5s connectionTimeout | ||
retries: 5, | ||
retryMinTimeoutMs: 250, | ||
// This makes sure the DB stays locked for maximum 2s even if the process crashes | ||
staleMs: 2000 | ||
} | ||
@@ -71,0 +79,0 @@ }; |
{ | ||
"name": "@iobroker/db-states-jsonl", | ||
"version": "4.0.9-alpha.5-20220212-1262c69e", | ||
"version": "4.0.9", | ||
"engines": { | ||
@@ -8,6 +8,6 @@ "node": ">=12.0.0" | ||
"dependencies": { | ||
"@alcalzone/jsonl-db": "~2.4.3", | ||
"@iobroker/db-base": "4.0.9-alpha.5-20220212-1262c69e", | ||
"@iobroker/db-states-file": "4.0.9-alpha.5-20220212-1262c69e", | ||
"@iobroker/db-states-redis": "4.0.9-alpha.5-20220212-1262c69e" | ||
"@alcalzone/jsonl-db": "~2.5.1", | ||
"@iobroker/db-base": "4.0.9", | ||
"@iobroker/db-states-file": "4.0.9", | ||
"@iobroker/db-states-redis": "4.0.9" | ||
}, | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
], | ||
"gitHead": "80f50546caf995533f78bbc4315b2a0da1f78ea2" | ||
"gitHead": "2dbcd130e6ea7bf4398e3dc8daa0f43a81f87eaa" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
35067
800
1
+ Added@alcalzone/jsonl-db@2.5.3(transitive)
+ Added@alcalzone/proper-lockfile@4.1.3-0(transitive)
+ Added@iobroker/db-base@4.0.9(transitive)
+ Added@iobroker/db-states-file@4.0.9(transitive)
+ Added@iobroker/db-states-redis@4.0.9(transitive)
+ Added@iobroker/js-controller-common@4.0.9(transitive)
- Removed@alcalzone/jsonl-db@2.4.3(transitive)
- Removed@iobroker/db-base@4.0.9-alpha.5-20220212-1262c69e(transitive)
- Removed@iobroker/db-states-file@4.0.9-alpha.5-20220212-1262c69e(transitive)
- Removed@iobroker/db-states-redis@4.0.9-alpha.5-20220212-1262c69e(transitive)
- Removed@iobroker/js-controller-common@4.0.9-alpha.5-20220212-1262c69e(transitive)
- Removedproper-lockfile@4.1.2(transitive)
Updated@alcalzone/jsonl-db@~2.5.1
Updated@iobroker/db-base@4.0.9